1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

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
This commit is contained in:
Mathias Eggers
2026-05-09 13:21:02 +00:00
committed by Benedict Reuschling
parent 7232e5bbe4
commit d230e371ab
2 changed files with 3 additions and 3 deletions
@@ -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
@@ -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.