]> git.proxmox.com Git - zfsonlinux.git/blame - zfs-patches/fix-etc-default-zfs.patch
remove DKMS settings from /etc/default/zfs
[zfsonlinux.git] / zfs-patches / fix-etc-default-zfs.patch
CommitLineData
ead682fb
DM
1Index: new-zfs/debian/zfsutils.zfs.default
2===================================================================
3--- new-zfs.orig/debian/zfsutils.zfs.default 2015-04-12 14:06:48.000000000 +0200
4+++ new-zfs/debian/zfsutils.zfs.default 2015-04-14 07:59:27.000000000 +0200
5@@ -36,15 +36,6 @@
6 # Include '-o' for each option wanted.
7 MOUNT_EXTRA_OPTIONS=""
8
9-# Build kernel modules with the --enable-debug switch?
10-ZFS_DKMS_ENABLE_DEBUG='no'
11-
12-# Build kernel modules with the --enable-debug-dmu-tx switch?
13-ZFS_DKMS_ENABLE_DEBUG_DMU_TX='no'
14-
15-# Keep debugging symbols in kernel modules?
16-ZFS_DKMS_DISABLE_STRIP='no'
17-
18 # Wait for this many seconds in the initrd pre_mountroot?
19 # This delays startup and should be '0' on most systems.
20 ZFS_INITRD_PRE_MOUNTROOT_SLEEP='0'