Note that you must build the world before running 'make buildkernel'.
PR: docs/33184 Submitted by: Mike Meyer <mwm@mired.org>
This commit is contained in:
parent
9070813ac1
commit
c8ee66c696
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11554
1 changed files with 5 additions and 2 deletions
|
@ -809,7 +809,7 @@ Script done, …</screen>
|
|||
in <username>root</username>'s home directory.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<sect3 id="make-buildworld">
|
||||
<title>Compile and Install the Base System</title>
|
||||
|
||||
<para>You must be in the <filename>/usr/src</filename>
|
||||
|
@ -971,7 +971,10 @@ Script done, …</screen>
|
|||
|
||||
<para>If you are upgrading to &os; 4.0 or above then the standard
|
||||
kernel build procedure (as described in <xref linkend="kernelconfig">)
|
||||
is deprecated. Instead, you should run these commands.</para>
|
||||
is deprecated. Instead, you should run these commands
|
||||
<emphasis>after</emphasis> you have <link
|
||||
linkend="make-buildworld">built the world with
|
||||
<maketarget>buildworld</maketarget></link>.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make buildkernel</userinput>
|
||||
|
|
Loading…
Reference in a new issue