]> git.proxmox.com Git - zfsonlinux.git/blob - zfs-debian-pve/zfsutils.zfs.default
add debian packaging files for zfs
[zfsonlinux.git] / zfs-debian-pve / zfsutils.zfs.default
1 # ZoL userland configuration.
2
3 # Wait this many seconds during system start for pool member devices to appear
4 # before attempting import and starting mountall.
5 ZFS_AUTOIMPORT_TIMEOUT='30'
6
7 # Run `zfs share -a` during system start?
8 # nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
9 ZFS_SHARE='no'
10
11 # Run `zfs unshare -a` during system stop?
12 ZFS_UNSHARE='no'
13
14 # Build kernel modules with the --enable-debug switch?
15 ZFS_DKMS_ENABLE_DEBUG='no'
16
17 # Build kernel modules with the --enable-debug-dmu-tx switch?
18 ZFS_DKMS_ENABLE_DEBUG_DMU_TX='no'
19
20 # Keep debugging symbols in kernel modules?
21 ZFS_DKMS_DISABLE_STRIP='no'
22
23 # Wait for this many seconds in the initrd pre_mountroot?
24 # This delays startup and should be '0' on most systems.
25 ZFS_INITRD_PRE_MOUNTROOT_SLEEP='0'