diff options
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-x | man1/ezjail-admin.1 | 16 |
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 | |||
81 | ezjail root dir, a soft link is created inside this root dir pointing | 81 | ezjail root dir, a soft link is created inside this root dir pointing |
82 | to the newly created jail's location. | 82 | to the newly created jail's location. |
83 | 83 | ||
84 | The -i and the -c options both require a size passed via the -s option | 84 | The -i option requires a size passed via the -s option and creates a |
85 | and create a file-based jail image; gbde or geli encrypted for the -c | 85 | file-backed jail image using md(4). |
86 | case. The image file is named after the jail root suffixed with \fI.img\fR. | 86 | The image file is named after the jail root suffixed with \fI.img\fR. |
87 | |||
88 | The -c options allows to generate a file-backed jail image encrypted | ||
89 | via gbde or geli, it requires a size passed via the -s option. | ||
90 | The image file is named after the jail root suffixed with \fI.img\fR. | ||
91 | |||
92 | Starting with ZFS version 13 in FreeBSD, the -c option allows to | ||
93 | create a ZFS-backed jail with an optional ZFS filesystem-quota passed | ||
94 | via the -s option. The filesystem is named after the jailname. | ||
87 | 95 | ||
88 | To install an ezjail archive instead of a vanilla copy of newjail use | 96 | To 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 |