Add a missing 'cd /usr/src' following the reboot step.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2ec545b78f
commit
5a989d5385
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50277
1 changed files with 5 additions and 0 deletions
|
@ -1098,6 +1098,7 @@ before running "/usr/sbin/freebsd-update install"</screen>
|
|||
&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>cd /usr/src</userinput> <co xml:id="updating-src-qs-cd2"/>
|
||||
&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>
|
||||
|
@ -1136,6 +1137,10 @@ before running "/usr/sbin/freebsd-update install"</screen>
|
|||
<para>Reboot the system to the new kernel.</para>
|
||||
</callout>
|
||||
|
||||
<callout arearefs="updating-src-qs-cd2">
|
||||
<para>Go to the source directory.</para>
|
||||
</callout>
|
||||
|
||||
<callout arearefs="updating-src-qs-installworld">
|
||||
<para>Install the world.</para>
|
||||
</callout>
|
||||
|
|
Loading…
Reference in a new issue