From 24b0102381a858c7456dd5004caab9f9a84f0962 Mon Sep 17 00:00:00 2001 From: cryx Date: Fri, 21 Aug 2009 13:46:27 +0000 Subject: ZFS clarification in the ezjail-admin manpage --- man1/ezjail-admin.1 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'man1/ezjail-admin.1') diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index bd2984c..6d59a45 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 @@ -7,7 +7,7 @@ ezjail-admin \- Administrate ezjail .T .B ezjail-admin create -[-f flavour] [-r jailroot] [-s imagesize] [-ibx] [-c bde|eli] [-C attachargs] [-a archive]\fI hostname jailip +[-f flavour] [-r jailroot] [-s imagesize] [-ibx] [-c bde|eli|zfs] [-C attachargs] [-a archive]\fI hostname jailip .T .B ezjail-admin console\fR [-f] [-e command]\fI jailname @@ -81,9 +81,17 @@ start with a '/', it is interpreted relative to ezjail's root dir ezjail root dir, a soft link is created inside this root dir pointing to the newly created jail's location. -The -i and the -c options both require a size passed via the -s option -and create a file-based jail image; gbde or geli encrypted for the -c -case. The image file is named after the jail root suffixed with \fI.img\fR. +The -i option requires a size passed via the -s option and creates a +file-backed jail image using md(4). +The image file is named after the jail root suffixed with \fI.img\fR. + +The -c options allows to generate a file-backed jail image encrypted +via gbde or geli, it requires a size passed via the -s option. +The image file is named after the jail root suffixed with \fI.img\fR. + +Starting with ZFS version 13 in FreeBSD, the -c option allows to +create a ZFS-backed jail with an optional ZFS filesystem-quota passed +via the -s option. The filesystem is named after the jailname. To install an ezjail archive instead of a vanilla copy of newjail use -a with the backup's location. Note that you will probably need to tidy -- cgit v1.2.3