From fd859a2e0426cb7fe4095a88c116ce608196d64a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 12 Jan 2015 10:16:16 +0100 Subject: [PATCH] remove DKMS variables --- zfs-debian-pve/zfsutils.zfs.default | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/zfs-debian-pve/zfsutils.zfs.default b/zfs-debian-pve/zfsutils.zfs.default index acdd39d..3a519ad 100644 --- a/zfs-debian-pve/zfsutils.zfs.default +++ b/zfs-debian-pve/zfsutils.zfs.default @@ -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'