git: 41720efbaa - main - release/installation: Elaborate on rebooting
Colin Percival <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=41720efbaa8e8a985cb5bdf40ea7a35d8ecc68eb commit 41720efbaa8e8a985cb5bdf40ea7a35d8ecc68eb Author: Colin Percival <[email protected]> AuthorDate: 2024-11-27 01:33:53 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2024-11-27 01:35:46 +0000 release/installation: Elaborate on rebooting Since the system is already *partly* running the new release after the first reboot, state that the reboot following the final freebsd-update install reboots into a fully <new version> system. Suggested by: Graham Perrin --- website/archetypes/release/installation.adoc | 2 +- website/content/en/releases/14.2R/installation.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/archetypes/release/installation.adoc b/website/archetypes/release/installation.adoc index 7a70e342f6..c835732bae 100644 --- a/website/archetypes/release/installation.adoc +++ b/website/archetypes/release/installation.adoc @@ -82,7 +82,7 @@ After updating installed third-party applications (and again, only if man:freebs # freebsd-update install ---- -Finally, reboot into {releaseCurrent} +Finally, reboot into a fully {releaseCurrent} system: [.screen] ---- diff --git a/website/content/en/releases/14.2R/installation.adoc b/website/content/en/releases/14.2R/installation.adoc index 312c96561a..20784574a2 100644 --- a/website/content/en/releases/14.2R/installation.adoc +++ b/website/content/en/releases/14.2R/installation.adoc @@ -82,7 +82,7 @@ After updating installed third-party applications (and again, only if man:freebs # freebsd-update install ---- -Finally, reboot into {releaseCurrent} +Finally, reboot into a fully {releaseCurrent} system: [.screen] ----