diff options
author | erdgeist <erdgeist@erdgeist.org> | 2005-09-20 22:34:11 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2005-09-20 22:34:11 +0000 |
commit | 03b4acbce2190ebca2fb33ba730e5f2f92064bf3 (patch) | |
tree | f768eccd51a598d5e0a7c5962d51e953b6ac7637 /man1/ezjail-admin.1 | |
parent | 853963f7d15b90da817f08f72f95829f491f11ab (diff) |
Introduced -i option to ezjail-admin update
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-x | man1/ezjail-admin.1 | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 8d4e985..68aadb4 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] | 20 | [-s sourcetree] [-i] |
21 | .SH DESCRIPTION | 21 | .SH DESCRIPTION |
22 | The | 22 | The |
23 | .B ezjail-admin | 23 | .B ezjail-admin |
@@ -59,14 +59,24 @@ root entry is removed as well as the soft link, if necessary. | |||
59 | lists all jails inside ezjails scope, together with some information on | 59 | lists all jails inside ezjails scope, together with some information on |
60 | them. | 60 | them. |
61 | .SH ezjail-admin update | 61 | .SH ezjail-admin update |
62 | tries to build and install a FreeBSD system from the source tree either | 62 | installs a FreeBSD system from the source tree to a location either |
63 | specified in the ezjail.conf config file or via the -s option. Build | 63 | provided in the |
64 | destination is a temporary directory inside ezjails jail root. | 64 | .B ezjail.conf |
65 | config file or via the -s option. | ||
66 | |||
67 | Install destination is a temporary directory inside ezjails jail root. If | ||
68 | the -i (install only) option is given, | ||
69 | .B ezjail-admin update | ||
70 | only performes a | ||
71 | .I make installworld, | ||
72 | otherwise | ||
73 | .I make world | ||
74 | is invoked. | ||
65 | 75 | ||
66 | It then fills the basejail from that temporary directory (leaving intact | 76 | It then fills the basejail from that temporary directory (leaving intact |
67 | all installed libraries, if the base jail already existed). All copied | 77 | all installed libraries, if the base jail already existed). All |
68 | directories are removed and replaced by soft links to what later is | 78 | directories copied are removed and replaced by soft links into the |
69 | mounted into the jail. | 79 | base jail tree that later will be mounted into the jail. |
70 | 80 | ||
71 | Finally it removes the old template jail and renames the | 81 | Finally it removes the old template jail and renames the |
72 | temporary directory as the new template jail. | 82 | temporary directory as the new template jail. |