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:
Murray Stokely 2002-01-01 10:16:27 +00:00
parent 9070813ac1
commit c8ee66c696
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11554

View file

@ -809,7 +809,7 @@ Script done, &hellip;</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, &hellip;</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>