diff options
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 5d3bbe2..1815486 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -52,7 +52,10 @@ | |||
52 | 52 | ||
53 | # Setting this to YES will start to manage the basejail and newjail in ZFS | 53 | # Setting this to YES will start to manage the basejail and newjail in ZFS |
54 | # ezjail_use_zfs="YES" | 54 | # ezjail_use_zfs="YES" |
55 | # Setting this to YES will manage ALL new jails in their own zfs | ||
56 | # ezjail_use_zfs_for_jails="YES" | ||
55 | # The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir | 57 | # The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir |
56 | # ezjail_jailzfs="tank/ezjail" | 58 | # ezjail_jailzfs="tank/ezjail" |
57 | # ADVANCED, be very careful! | 59 | # ADVANCED, be very careful! |
58 | # ezjail_zfs_properties="-o compression=lzjb -o atime=off" | 60 | # ezjail_zfs_properties="-o compression=lzjb -o atime=off" |
61 | # ezjail_zfs_jail_properties="-o dedup=on" | ||