From e51fbc95826fcedc7dab45dc42978fda752b7221 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 23 May 2017 17:54:34 +0000 Subject: [PATCH] Include the system reboot step in the upgrading quick start in order to match the instructions outlined in /usr/src/UPDATING. Noticed by: emaste Sponsored by: The FreeBSD Foundation --- .../books/handbook/cutting-edge/chapter.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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