From a7c0da9712861c7653937c16c272c64a35c95c91 Mon Sep 17 00:00:00 2001 From: cryx Date: Fri, 8 Jan 2010 22:08:26 +0000 Subject: Update the manpages to reflect the current state of options. --- man5/ezjail.conf.5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'man5') 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). Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail. .br .I default: YES +.SH ZFS OPTIONS +.TP +.B ezjail_use_zfs (bool) +Set to YES, if ezjail should manage basejail and newjail in a seperate ZFS-datasets. +.br +.I default: NO +.TP +.B ezjail_jailzfs (str) +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. +.br +.I default: none +.TP +.B ezjail_zfs_properties (str) +Default properties ZFS will use for creating datasets. See zfs(1m) for details. ADVANCED, be very careful! +.br +.I default: none .SH FILES EZJAIL_PREFIX/etc/ezjail.conf .br -- cgit v1.2.3