diff options
| author | Kit Dallege <xaum.io@gmail.com> | 2026-03-27 02:00:37 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-27 02:31:46 +0000 |
| commit | 80003f7fe77af1313aa7ece6836f05da49db25f6 (patch) | |
| tree | 3b52714004c52547e5f3d5e6f65fe82d100c2f4e | |
| parent | 92fca98ba5b0b4e964c1de90ba957c78de428014 (diff) | |
handbook/virtualization: Fix freebsd-update syntax
Split freebsd-update fetch and install into two subcommands. If running
an EoL FreeBSD, running the two in one command can fail to perform the
install. This matches what was done elsewhere in the tree.
PR: 293517
Reported by: Graham Perrin
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
Closes: https://github.com/freebsd/freebsd-doc/pull/632
| -rw-r--r-- | documentation/content/en/books/handbook/virtualization/_index.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index bd9dc39007..b5822e01a2 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -735,7 +735,8 @@ Login as `root` and update the system as follows: [source,shell] .... -# freebsd-update fetch install +# freebsd-update fetch +# freebsd-update install # reboot .... |
