Document the KERNEL -> KERNCONF change for buildkernel in -CURRENT.

This commit is contained in:
Ben Smithurst 2001-01-24 12:22:38 +00:00
parent 34f100d8e2
commit f62b948a50
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8730
2 changed files with 12 additions and 2 deletions
en_US.ISO8859-1/books/handbook/kernelconfig
en_US.ISO_8859-1/books/handbook/kernelconfig

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.35 2000/08/07 05:59:26 kuriyama Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.36 2000/08/10 02:09:18 kuriyama Exp $
-->
<chapter id="kernelconfig">
@ -170,6 +170,11 @@
&prompt.root; <userinput>make buildkernel KERNEL=MYKERNEL</userinput>
&prompt.root; <userinput>make installkernel KERNEL=MYKERNEL</userinput></screen>
<note>
<para>In FreeBSD-CURRENT, you must replace <literal>KERNEL=</literal>
with <literal>KERNCONF=</literal>.</para>
</note>
<para>If you have <emphasis>not</emphasis> upgraded your source
tree in any way (you have not run <application>CVSup</application>,
<application>CTM</application>, or used

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.35 2000/08/07 05:59:26 kuriyama Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.36 2000/08/10 02:09:18 kuriyama Exp $
-->
<chapter id="kernelconfig">
@ -170,6 +170,11 @@
&prompt.root; <userinput>make buildkernel KERNEL=MYKERNEL</userinput>
&prompt.root; <userinput>make installkernel KERNEL=MYKERNEL</userinput></screen>
<note>
<para>In FreeBSD-CURRENT, you must replace <literal>KERNEL=</literal>
with <literal>KERNCONF=</literal>.</para>
</note>
<para>If you have <emphasis>not</emphasis> upgraded your source
tree in any way (you have not run <application>CVSup</application>,
<application>CTM</application>, or used