Date: Tue, 23 May 2017 17:54:34 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50272 - head/en_US.ISO8859-1/books/handbook/cutting-edge Message-ID: <201705231754.v4NHsY3s038654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue May 23 17:54:34 2017 New Revision: 50272 URL: https://svnweb.freebsd.org/changeset/doc/50272 Log: 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 Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue May 23 15:54:20 2017 (r50271) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue May 23 17:54:34 2017 (r50272) @@ -1097,6 +1097,7 @@ before running "/usr/sbin/freebsd-update &prompt.root; <userinput>cd /usr/src</userinput> <co xml:id="updating-src-qs-cd"/> &prompt.root; <userinput>make -j<replaceable>4</replaceable> buildworld</userinput> <co xml:id="updating-src-qs-buildworld"/> &prompt.root; <userinput>make -j<replaceable>4</replaceable> kernel</userinput> <co xml:id="updating-src-qs-kernel"/> +&prompt.root; <userinput>shutdown -r now</userinput> <co xml:id="updating-src-qs-reboot"/> &prompt.root; <userinput>make installworld</userinput> <co xml:id="updating-src-qs-installworld"/> &prompt.root; <userinput>mergemaster -Ui</userinput> <co xml:id="updating-src-qs-mergemaster"/> &prompt.root; <userinput>shutdown -r now</userinput> <co xml:id="updating-src-qs-shutdown"/></screen> @@ -1131,6 +1132,10 @@ before running "/usr/sbin/freebsd-update <buildtarget>installkernel</buildtarget>.</para> </callout> + <callout arearefs="updating-src-qs-reboot"> + <para>Reboot the system to the new kernel.</para> + </callout> + <callout arearefs="updating-src-qs-installworld"> <para>Install the world.</para> </callout> @@ -1404,13 +1409,21 @@ Working Copy Root Path: /usr/src completed, the new kernel and world are installed:</para> <screen>&prompt.root; <userinput>cd /usr/src</userinput> -&prompt.root; <userinput>make installkernel installworld</userinput></screen> +&prompt.root; <userinput>make installkernel</userinput> +&prompt.root; <userinput>shutdown -r now</userinput> +&prompt.root; <userinput>cd /usr/src</userinput> +&prompt.root; <userinput>make installworld</userinput> +&prompt.root; <userinput>shutdown -r now</userinput></screen> <para>If a custom kernel was built, <varname>KERNCONF</varname> must also be set to use the new custom kernel:</para> <screen>&prompt.root; <userinput>cd /usr/src</userinput> -&prompt.root; <userinput>make installkernel installworld KERNCONF=STORAGESERVER</userinput></screen> +&prompt.root; <userinput>make installkernel KERNCONF=STORAGESERVER</userinput> +&prompt.root; <userinput>shutdown -r now</userinput> +&prompt.root; <userinput>cd /usr/src</userinput> +&prompt.root; <userinput>make installworld</userinput> +&prompt.root; <userinput>shutdown -r now</userinput></screen> </sect2> <sect2 xml:id="updating-src-completing">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705231754.v4NHsY3s038654>