diff options
author | cryx <cryx@h3q.com> | 2010-01-08 22:08:26 +0000 |
---|---|---|
committer | cryx <cryx@h3q.com> | 2010-01-08 22:08:26 +0000 |
commit | a7c0da9712861c7653937c16c272c64a35c95c91 (patch) | |
tree | 32ef2643335ca10787bdb4673d8883e2b2f1d7d2 /man5/ezjail.conf.5 | |
parent | 055caedade786a41963412ec1956944aded18b33 (diff) |
Update the manpages to reflect the current state of options.
Diffstat (limited to 'man5/ezjail.conf.5')
-rwxr-xr-x | man5/ezjail.conf.5 | 16 |
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). | |||
112 | Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail. | 112 | Set 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) | ||
118 | Set 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) | ||
123 | The 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) | ||
128 | Default 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 |
116 | EZJAIL_PREFIX/etc/ezjail.conf | 132 | EZJAIL_PREFIX/etc/ezjail.conf |
117 | .br | 133 | .br |