Add a note about how to build a custom kernel from /usr/src.
PR: 39852
This commit is contained in:
parent
9ff778c897
commit
87fea3aa85
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14478
1 changed files with 5 additions and 1 deletions
|
@ -1011,7 +1011,11 @@ Script done, …</screen>
|
||||||
is deprecated. Instead, you should run these commands
|
is deprecated. Instead, you should run these commands
|
||||||
<emphasis>after</emphasis> you have <link
|
<emphasis>after</emphasis> you have <link
|
||||||
linkend="make-buildworld">built the world with
|
linkend="make-buildworld">built the world with
|
||||||
<maketarget>buildworld</maketarget></link>.</para>
|
<maketarget>buildworld</maketarget></link>.</para>
|
||||||
|
|
||||||
|
<note><para>If you want to build a custom kernel, and already have a configuration
|
||||||
|
file, just append <maketarget>KERNCONF='MYKERNEL'</maketarget> to any of the
|
||||||
|
following options:</para></note>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||||
&prompt.root; <userinput>make buildkernel</userinput>
|
&prompt.root; <userinput>make buildkernel</userinput>
|
||||||
|
|
Loading…
Reference in a new issue