diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-05-22 00:20:47 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-05-22 00:20:47 +0000 |
commit | 5c2ac7cf28973a67df34da71b670e8d74d776ddd (patch) | |
tree | 3b7e71212344ce9ac5b3b819a1c5267151e441cd /man1/ezjail-admin.1 | |
parent | 24e91c5d8b649e8b9c4cb1e63378c937e54d58c2 (diff) |
Preparing for release of ezjail-2.0beta
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-x | man1/ezjail-admin.1 | 29 |
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 | ||
106 | Rest of the row is follow by jails jid (if available), its IP, hostname | 112 | Rest of the row is follow by jails jid (if available), its IP, hostname |
107 | and root directory. | 113 | and root directory. |
114 | .SH ezjail-admin config | ||
115 | manages existing specific ezjails. | ||
116 | |||
117 | You can prevent an ezjail from being run at system start by the -r norun | ||
118 | option and reenable it by -r run. | ||
119 | |||
120 | You can attach image jails for administrative purposes by the -i attach | ||
121 | option and detach them with -i detach. It is not possible to run or delete | ||
122 | an attached jail. | ||
108 | .SH ezjail-admin install | 123 | .SH ezjail-admin install |
109 | fetches everything needed to setup a base jail from an FTP server and | 124 | fetches everything needed to setup a base jail from an FTP server and |
110 | installs it. | 125 | installs it. |
@@ -121,14 +136,16 @@ portsnap utility to fetch and extract a FreeBSD ports tree (ca. 475MB). | |||
121 | Default OS version is, whatever uname -r returns. If this does not match | 136 | Default 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 |
123 | ftp-servers do not provide release candidates or CURRENT builds). You can | 138 | ftp-servers do not provide release candidates or CURRENT builds). You can |
124 | use the -r option to specify a releas from command line. | 139 | use the -r option to specify a release from command line. |
125 | 140 | ||
126 | Default host to fetch packages from is ftp.freebsd.org, you may want to | 141 | Default host to fetch packages from is ftp.freebsd.org, you may want to |
127 | change this via the -h option. If the specified location begins with | 142 | change this via the -h option or in ezjail.conf(5). |
128 | file://, your local copy of the release is used. That way you can do some | 143 | |
129 | modifications to install.sh scripts before executing them. | 144 | If the specified location begins with file://, your local copy of the |
145 | release is used. That way you can do some modifications to install.sh | ||
146 | scripts before executing them. | ||
130 | 147 | ||
131 | You can later update your world from CVS by | 148 | You can later update your world from CVS or update ports by |
132 | .U ezjail-admin update | 149 | .U ezjail-admin update |
133 | or rerun this subcommand with another OS version. | 150 | or rerun this subcommand with another OS version. |
134 | .SH ezjail-admin update | 151 | .SH ezjail-admin update |