diff options
Diffstat (limited to 'man7/ezjail.7')
-rw-r--r-- | man7/ezjail.7 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man7/ezjail.7 b/man7/ezjail.7 index cef662c..adf9eb0 100644 --- a/man7/ezjail.7 +++ b/man7/ezjail.7 | |||
@@ -566,6 +566,18 @@ Update the base jail to the next release using | |||
566 | .Xr freebsd-update 8 | 566 | .Xr freebsd-update 8 |
567 | (i.e. using binary packages). This may be used only to update an | 567 | (i.e. using binary packages). This may be used only to update an |
568 | existing installation. | 568 | existing installation. |
569 | .It Nm Cm update Fl U s Ar 8.0-RELEASE | ||
570 | Upgrade the base jail to the host system's release using | ||
571 | .Xr freebsd-update 8 . This may be used only to upgrade an | ||
572 | existing installation. Tell freebsd-update which OS version to expect | ||
573 | in the basejail via the | ||
574 | .Fl s No option. | ||
575 | .Pp | ||
576 | Note: Check | ||
577 | .Xr uname 1 | ||
578 | and especially the | ||
579 | .Pa UNAME_r | ||
580 | environment variable to upgrade to different versions. | ||
569 | .El | 581 | .El |
570 | .Ss Jail Creation Examples | 582 | .Ss Jail Creation Examples |
571 | .Bl -tag -width indent | 583 | .Bl -tag -width indent |