]> git.proxmox.com Git - zfsonlinux.git/commitdiff
remove DKMS settings from /etc/default/zfs
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Apr 2015 06:00:31 +0000 (08:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Apr 2015 06:00:31 +0000 (08:00 +0200)
zfs-patches/fix-etc-default-zfs.patch [new file with mode: 0644]
zfs-patches/series

diff --git a/zfs-patches/fix-etc-default-zfs.patch b/zfs-patches/fix-etc-default-zfs.patch
new file mode 100644 (file)
index 0000000..03db052
--- /dev/null
@@ -0,0 +1,20 @@
+Index: new-zfs/debian/zfsutils.zfs.default
+===================================================================
+--- new-zfs.orig/debian/zfsutils.zfs.default   2015-04-12 14:06:48.000000000 +0200
++++ new-zfs/debian/zfsutils.zfs.default        2015-04-14 07:59:27.000000000 +0200
+@@ -36,15 +36,6 @@
+ # Include '-o' for each option wanted.
+ MOUNT_EXTRA_OPTIONS=""
+-# Build kernel modules with the --enable-debug switch?
+-ZFS_DKMS_ENABLE_DEBUG='no'
+-
+-# Build kernel modules with the --enable-debug-dmu-tx switch?
+-ZFS_DKMS_ENABLE_DEBUG_DMU_TX='no'
+-
+-# Keep debugging symbols in kernel modules?
+-ZFS_DKMS_DISABLE_STRIP='no'
+-
+ # Wait for this many seconds in the initrd pre_mountroot?
+ # This delays startup and should be '0' on most systems.
+ ZFS_INITRD_PRE_MOUNTROOT_SLEEP='0'
index debb41da16b6b0d994f299f116210ee447762933..3835789a2f12c8801b86cf3ebafcf1dadda287c4 100644 (file)
@@ -1 +1,2 @@
 fix-control.patch
+fix-etc-default-zfs.patch