]> git.proxmox.com Git - zfsonlinux.git/commitdiff
remove DKMS variables
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Jan 2015 09:16:16 +0000 (10:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Jan 2015 09:16:16 +0000 (10:16 +0100)
zfs-debian-pve/zfsutils.zfs.default

index acdd39d2b66c2050e8db3478035ff47bf5293b72..3a519ad949d5ae8fb49f2829d36d291f506d3753 100644 (file)
@@ -10,16 +10,3 @@ ZFS_SHARE='no'
 
 # Run `zfs unshare -a` during system stop?
 ZFS_UNSHARE='no'
-
-# 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'