diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
index 8529413134..38d23905da 100644
--- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
@@ -1097,6 +1097,7 @@ before running "/usr/sbin/freebsd-update install"
&prompt.root; cd /usr/src
&prompt.root; make -j4 buildworld
&prompt.root; make -j4 kernel
+&prompt.root; shutdown -r now
&prompt.root; make installworld
&prompt.root; mergemaster -Ui
&prompt.root; shutdown -r now
@@ -1131,6 +1132,10 @@ before running "/usr/sbin/freebsd-update install"
installkernel.
+
+ Reboot the system to the new kernel.
+
+
Install the world.
@@ -1404,13 +1409,21 @@ Working Copy Root Path: /usr/src
completed, the new kernel and world are installed:
&prompt.root; cd /usr/src
-&prompt.root; make installkernel installworld
+&prompt.root; make installkernel
+&prompt.root; shutdown -r now
+&prompt.root; cd /usr/src
+&prompt.root; make installworld
+&prompt.root; shutdown -r now
If a custom kernel was built, KERNCONF
must also be set to use the new custom kernel:
&prompt.root; cd /usr/src
-&prompt.root; make installkernel installworld KERNCONF=STORAGESERVER
+&prompt.root; make installkernel KERNCONF=STORAGESERVER
+&prompt.root; shutdown -r now
+&prompt.root; cd /usr/src
+&prompt.root; make installworld
+&prompt.root; shutdown -r now