]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/zfsutils-linux.zfs.default
Rename of packages to avoid conflicts with bsd port
[mirror_zfs-debian.git] / debian / zfsutils-linux.zfs.default
1 # ZoL userland configuration.
2
3 # Run `zfs mount -a` during system start?
4 # This should be 'no' if zfs-mountall or a systemd generator is available.
5 ZFS_MOUNT='no'
6
7 # Run `zfs unmount -a` during system stop?
8 # This should be 'no' on most systems.
9 ZFS_UNMOUNT='no'
10
11 # Run `zfs share -a` during system start?
12 # nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
13 ZFS_SHARE='no'
14
15 # Run `zfs unshare -a` during system stop?
16 ZFS_UNSHARE='no'
17
18 # Build kernel modules with the --enable-debug switch?
19 ZFS_DKMS_ENABLE_DEBUG='no'
20
21 # Build kernel modules with the --enable-debug-dmu-tx switch?
22 ZFS_DKMS_ENABLE_DEBUG_DMU_TX='no'
23
24 # Keep debugging symbols in kernel modules?
25 ZFS_DKMS_DISABLE_STRIP='no'
26
27 # Wait for this many seconds in the initrd pre_mountroot?
28 # This delays startup and should be '0' on most systems.
29 ZFS_INITRD_PRE_MOUNTROOT_SLEEP='0'