summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man1')
-rwxr-xr-xman1/ezjail-admin.129
1 files changed, 23 insertions, 6 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index 5994a76..451ab95 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -16,7 +16,13 @@ ezjail-admin \- Administrate ezjail
16.B ezjail-admin list 16.B ezjail-admin list
17 17
18.T 18.T
19.B ezjail-admin install [-mps] [-h host] [-r release] 19.B ezjail-admin config
20[-r run|norun] [-i attach|detach]
21.I jailname
22
23.T
24.B ezjail-admin install
25[-mps] [-h host] [-r release]
20 26
21.T 27.T
22.B ezjail-admin update 28.B ezjail-admin update
@@ -105,6 +111,15 @@ stands for disabled jails (see
105 111
106Rest of the row is follow by jails jid (if available), its IP, hostname 112Rest of the row is follow by jails jid (if available), its IP, hostname
107and root directory. 113and root directory.
114.SH ezjail-admin config
115manages existing specific ezjails.
116
117You can prevent an ezjail from being run at system start by the -r norun
118option and reenable it by -r run.
119
120You can attach image jails for administrative purposes by the -i attach
121option and detach them with -i detach. It is not possible to run or delete
122an attached jail.
108.SH ezjail-admin install 123.SH ezjail-admin install
109fetches everything needed to setup a base jail from an FTP server and 124fetches everything needed to setup a base jail from an FTP server and
110installs it. 125installs it.
@@ -121,14 +136,16 @@ portsnap utility to fetch and extract a FreeBSD ports tree (ca. 475MB).
121Default OS version is, whatever uname -r returns. If this does not match 136Default OS version is, whatever uname -r returns. If this does not match
122"*-RELEASE", you will be prompted for a better guess. (Normally 137"*-RELEASE", you will be prompted for a better guess. (Normally
123ftp-servers do not provide release candidates or CURRENT builds). You can 138ftp-servers do not provide release candidates or CURRENT builds). You can
124use the -r option to specify a releas from command line. 139use the -r option to specify a release from command line.
125 140
126Default host to fetch packages from is ftp.freebsd.org, you may want to 141Default host to fetch packages from is ftp.freebsd.org, you may want to
127change this via the -h option. If the specified location begins with 142change this via the -h option or in ezjail.conf(5).
128file://, your local copy of the release is used. That way you can do some 143
129modifications to install.sh scripts before executing them. 144If the specified location begins with file://, your local copy of the
145release is used. That way you can do some modifications to install.sh
146scripts before executing them.
130 147
131You can later update your world from CVS by 148You can later update your world from CVS or update ports by
132.U ezjail-admin update 149.U ezjail-admin update
133or rerun this subcommand with another OS version. 150or rerun this subcommand with another OS version.
134.SH ezjail-admin update 151.SH ezjail-admin update