summaryrefslogtreecommitdiff
path: root/man5/ezjail.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/ezjail.conf.5')
-rwxr-xr-xman5/ezjail.conf.516
1 files changed, 16 insertions, 0 deletions
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5
index 9089b86..259d4ee 100755
--- a/man5/ezjail.conf.5
+++ b/man5/ezjail.conf.5
@@ -112,6 +112,22 @@ for more information).
112Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail. 112Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail.
113.br 113.br
114.I default: YES 114.I default: YES
115.SH ZFS OPTIONS
116.TP
117.B ezjail_use_zfs (bool)
118Set to YES, if ezjail should manage basejail and newjail in a seperate ZFS-datasets.
119.br
120.I default: NO
121.TP
122.B ezjail_jailzfs (str)
123The name of the parent ZFS-dataset which ezjail will use to create jails on. It will be mounted at the ezjail_jaildir. Setting this will automaticly enable ezjail managing jails in seperate ZFS-datasets.
124.br
125.I default: none
126.TP
127.B ezjail_zfs_properties (str)
128Default properties ZFS will use for creating datasets. See zfs(1m) for details. ADVANCED, be very careful!
129.br
130.I default: none
115.SH FILES 131.SH FILES
116EZJAIL_PREFIX/etc/ezjail.conf 132EZJAIL_PREFIX/etc/ezjail.conf
117.br 133.br