add debian packaging files for zfs
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# ZoL userland configuration.
|
||||
|
||||
# Wait this many seconds during system start for pool member devices to appear
|
||||
# before attempting import and starting mountall.
|
||||
ZFS_AUTOIMPORT_TIMEOUT='30'
|
||||
|
||||
# Run `zfs share -a` during system start?
|
||||
# nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
|
||||
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'
|
||||
Reference in New Issue
Block a user