diff options
Diffstat (limited to 'man1')
-rwxr-xr-x | man1/ezjail-admin.1 | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 864e2c0..18cea26 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|zfs] [-C attachargs] [-a archive]\fI hostname jailip | 10 | [-f flavours] [-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 |
@@ -108,10 +108,13 @@ This is useful in situations where you just want to alter some of a | |||
108 | jail's properties and called ezjail-admin delete without the -w option | 108 | jail's properties and called ezjail-admin delete without the -w option |
109 | before. However, sanity checks are performed. | 109 | before. However, sanity checks are performed. |
110 | 110 | ||
111 | Using the -f \fIflavour\fR option you can apply an ezjail \fBFLAVOUR\fR | 111 | Using the -f \fIflavour\fR option you can specify one or multiple space |
112 | to your ezjail (e.g. preinstall packages, add users, configure rc). | 112 | separated ezjail \fBFLAVOUR\fRs to be installed in your ezjail (e.g. |
113 | \fIflavour\fR is a directory tree under ezjail's root dir (default: | 113 | preinstall packages, add users, configure rc). \fIflavours\fR points to |
114 | \fI/usr/jails/flavours\fR). See \fBFLAVOURS\fR below for more details. | 114 | one or more directory trees under ezjail's root dir (default: |
115 | \fI/usr/jails/flavours\fR). If no flavours are passed, the global | ||
116 | ezjail_default_flavour (default: \fI""\fR) is used. See \fBFLAVOURS\fR below | ||
117 | for more details. | ||
115 | 118 | ||
116 | Options for newly created jails are read from \fBezjail.conf\fR; refer to | 119 | Options for newly created jails are read from \fBezjail.conf\fR; refer to |
117 | ezjail.conf(5) for more information. | 120 | ezjail.conf(5) for more information. |
@@ -226,9 +229,9 @@ A sample flavour config directory resides under | |||
226 | initialization actions are demonstrated, and you are encouraged to use it as | 229 | initialization actions are demonstrated, and you are encouraged to use it as |
227 | a template for your flavours. | 230 | a template for your flavours. |
228 | 231 | ||
229 | If a flavour is selected on jail creation, the flavour root is | 232 | If flavours are selected on jail creation, their root directories are |
230 | copied to the new jail's root, mostly containing an \fI/ezjail.flavour\fR. | 233 | copied to the new jail's root, each containing an \fI/ezjail.flavour\fR. |
231 | When the jail starts up for the first time, this script is run and deleted. | 234 | When the jail starts up for the first time, these scripts are run and deleted. |
232 | 235 | ||
233 | In its default form it will create some groups and users, change the | 236 | In its default form it will create some groups and users, change the |
234 | ownership of some files and install all packages residing under /pkg. | 237 | ownership of some files and install all packages residing under /pkg. |