summaryrefslogtreecommitdiff
path: root/man1/ezjail-admin.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-xman1/ezjail-admin.116
1 files changed, 12 insertions, 4 deletions
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
7 7
8.T 8.T
9.B ezjail-admin create 9.B ezjail-admin create
10[-f flavour] [-r jailroot] [-s imagesize] [-ibx] [-c bde|eli] [-C attachargs] [-a archive]\fI hostname jailip 10[-f flavour] [-r jailroot] [-s imagesize] [-ibx] [-c bde|eli|zfs] [-C attachargs] [-a archive]\fI hostname jailip
11 11
12.T 12.T
13.B ezjail-admin console\fR [-f] [-e command]\fI jailname 13.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
81ezjail root dir, a soft link is created inside this root dir pointing 81ezjail root dir, a soft link is created inside this root dir pointing
82to the newly created jail's location. 82to the newly created jail's location.
83 83
84The -i and the -c options both require a size passed via the -s option 84The -i option requires a size passed via the -s option and creates a
85and create a file-based jail image; gbde or geli encrypted for the -c 85file-backed jail image using md(4).
86case. The image file is named after the jail root suffixed with \fI.img\fR. 86The image file is named after the jail root suffixed with \fI.img\fR.
87
88The -c options allows to generate a file-backed jail image encrypted
89via gbde or geli, it requires a size passed via the -s option.
90The image file is named after the jail root suffixed with \fI.img\fR.
91
92Starting with ZFS version 13 in FreeBSD, the -c option allows to
93create a ZFS-backed jail with an optional ZFS filesystem-quota passed
94via the -s option. The filesystem is named after the jailname.
87 95
88To install an ezjail archive instead of a vanilla copy of newjail use 96To install an ezjail archive instead of a vanilla copy of newjail use
89-a with the backup's location. Note that you will probably need to tidy 97-a with the backup's location. Note that you will probably need to tidy