diff options
-rwxr-xr-x | man1/ezjail-admin.1 | 19 | ||||
-rwxr-xr-x | man5/ezjail.conf.5 | 2 |
2 files changed, 12 insertions, 9 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. |
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5 index 36b27c4..81ac1ba 100755 --- a/man5/ezjail.conf.5 +++ b/man5/ezjail.conf.5 | |||
@@ -114,7 +114,7 @@ Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/loca | |||
114 | .I default: YES | 114 | .I default: YES |
115 | .TP | 115 | .TP |
116 | .B ezjail_default_flavour (str) | 116 | .B ezjail_default_flavour (str) |
117 | Controls which flavour should be used for newly created jails. | 117 | Controls which flavours should be used for newly created jails if none are given on the command line. |
118 | .br | 118 | .br |
119 | .I default: none | 119 | .I default: none |
120 | .SH ZFS OPTIONS | 120 | .SH ZFS OPTIONS |