diff options
| author | Mathias Eggers <mathias.eggers@proton.me> | 2026-05-09 13:21:02 +0000 |
|---|---|---|
| committer | Benedict Reuschling <bcr@FreeBSD.org> | 2026-05-09 13:28:23 +0000 |
| commit | d230e371ab42bdbc7276ac265a266f91726e8052 (patch) | |
| tree | 0bbbf989aaa10801d25c35e9655415e72c1e038a | |
| parent | 7232e5bbe47257b9ab64821e4f9a6d8b3428a463 (diff) | |
Replace last 'reboot' occurrences with 'shutdown -r now'
The patch that fixes reboot issues is only in the upcoming FreeBSD-16
and will not be merged back to 15, 14, or 13 versions. Hence, use the
'shutdown -r now' instead of 'reboot' consistently throughout the
handbook.
PR: 293519
Differential Revision: https://reviews.freebsd.org/D56631
| -rw-r--r-- | documentation/content/en/books/handbook/geom/_index.adoc | 2 | ||||
| -rw-r--r-- | documentation/content/en/books/handbook/virtualization/_index.adoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/content/en/books/handbook/geom/_index.adoc b/documentation/content/en/books/handbook/geom/_index.adoc index 47fc93b6e4..de2a6d5695 100644 --- a/documentation/content/en/books/handbook/geom/_index.adoc +++ b/documentation/content/en/books/handbook/geom/_index.adoc @@ -663,7 +663,7 @@ Reboot the system and try the procedure again. .... Enter full pathname of shell or RETURN for /bin/sh: # cp /etc/fstab.orig /etc/fstab -# reboot +# shutdown -r now .... === Recovering from Disk Failure diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index b5822e01a2..a8764032e1 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -737,7 +737,7 @@ Login as `root` and update the system as follows: .... # freebsd-update fetch # freebsd-update install -# reboot +# shutdown -r now .... [NOTE] @@ -2389,7 +2389,7 @@ Restart the host to load the Xen(TM) kernel and start the Dom0. [source,shell] .... -# reboot +# shutdown -r now .... After successfully booting the Xen(TM) kernel and logging into the system again, the Xen(TM) management tool `xl` is used to show information about the domains. |
