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