Add a note about how to build a custom kernel from /usr/src.

PR:	39852
This commit is contained in:
Tom Rhodes 2002-10-04 01:31:39 +00:00
parent 9ff778c897
commit 87fea3aa85
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14478

View file

@ -1013,6 +1013,10 @@ Script done, &hellip;</screen>
linkend="make-buildworld">built the world with
<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>
&prompt.root; <userinput>make buildkernel</userinput>
&prompt.root; <userinput>make installkernel</userinput></screen>