diff options
author | Philipp Wuensche <cryx-freebsd@h3q.com> | 2019-08-14 14:27:45 +0200 |
---|---|---|
committer | Philipp Wuensche <cryx-freebsd@h3q.com> | 2019-08-14 14:27:45 +0200 |
commit | aac83f659118689e773949aa139336a72b7c0546 (patch) | |
tree | 3cbe3aac1f6b190d85381f92a2faf8d55a471af2 /man8 | |
parent | b418a79584b08ede5b665fc859fb6f3a01a4b044 (diff) |
Add -K option to install, which can be used to upgrade basejail to a newer FreeBSD version without loosing old libs inside the basejail. Could replace "update -U".
Diffstat (limited to 'man8')
-rw-r--r-- | man8/ezjail-admin.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man8/ezjail-admin.8 b/man8/ezjail-admin.8 index f40f73a..5274f2d 100644 --- a/man8/ezjail-admin.8 +++ b/man8/ezjail-admin.8 | |||
@@ -6,7 +6,7 @@ | |||
6 | .Nd Administrate ezjail environment | 6 | .Nd Administrate ezjail environment |
7 | .Sh SYNOPSIS | 7 | .Sh SYNOPSIS |
8 | .Nm Cm install | 8 | .Nm Cm install |
9 | .Op Fl mMpPsS | 9 | .Op Fl mMpPsSK |
10 | .Op Fl h Ar host | 10 | .Op Fl h Ar host |
11 | .Op Fl r Ar release | 11 | .Op Fl r Ar release |
12 | .Nm | 12 | .Nm |
@@ -123,6 +123,9 @@ for details or | |||
123 | .Xr portsnap 8 . | 123 | .Xr portsnap 8 . |
124 | .It Fl P | 124 | .It Fl P |
125 | Fetch and extract a ports tree, without (re)installing the base jail. | 125 | Fetch and extract a ports tree, without (re)installing the base jail. |
126 | .It Fl K | ||
127 | Reinstall the base jail and the new jail template. Can be used together with -r | ||
128 | to upgrade both to a newer FreeBSD version. | ||
126 | .It Fl h Ar host | 129 | .It Fl h Ar host |
127 | Set the remote host to fetch FreeBSD distribution sets from. If absent the | 130 | Set the remote host to fetch FreeBSD distribution sets from. If absent the |
128 | default host | 131 | default host |