diff options
Diffstat (limited to 'man1')
-rwxr-xr-x | man1/ezjail-admin.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 6b2dd96..bceb275 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -17,7 +17,7 @@ ezjail-admin \- Administrate ezjail | |||
17 | 17 | ||
18 | .T | 18 | .T |
19 | .B ezjail-admin update | 19 | .B ezjail-admin update |
20 | [-s sourcetree] [-i] | 20 | [-s sourcetree] [-i] [-pP] |
21 | .SH DESCRIPTION | 21 | .SH DESCRIPTION |
22 | The | 22 | The |
23 | .B ezjail-admin | 23 | .B ezjail-admin |
@@ -78,7 +78,10 @@ them. | |||
78 | installs a FreeBSD system from the source tree whose location is either | 78 | installs a FreeBSD system from the source tree whose location is either |
79 | provided in the | 79 | provided in the |
80 | .B ezjail.conf | 80 | .B ezjail.conf |
81 | config file or via the -s option. | 81 | config file or via the -s option. It will check out or update a fresh ports |
82 | tree to the base jail, if the -p or -P option is given. In fact, if the -P | ||
83 | option is given, | ||
84 | .B only the ports tree will be updated. | ||
82 | 85 | ||
83 | Install destination is a temporary directory inside ezjails jail root. If | 86 | Install destination is a temporary directory inside ezjails jail root. If |
84 | the -i (install only) option is given, | 87 | the -i (install only) option is given, |
@@ -104,6 +107,9 @@ host systems world, or at least its kernel. Combining a make world in the | |||
104 | host system with | 107 | host system with |
105 | .B ezjail-admin update | 108 | .B ezjail-admin update |
106 | is considered a good idea. | 109 | is considered a good idea. |
110 | |||
111 | When a ports tree exists in base jail, a make.conf containing reasonable | ||
112 | values for having ports in jails is created in the template jail. | ||
107 | .SH FLAVOURS | 113 | .SH FLAVOURS |
108 | .B ezjail-admin | 114 | .B ezjail-admin |
109 | provides an easy way to create many Jails with similar or identical | 115 | provides an easy way to create many Jails with similar or identical |