Switch KERNEL= and KERNCONF= around in the examples. Tell people that
older releases use KERNEL= only. Wordsmith repairs welcome.
This commit is contained in:
parent
4e9b64c5f7
commit
985b9b2cfc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8784
2 changed files with 14 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.36 2000/08/10 02:09:18 kuriyama Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.37 2001/01/24 12:22:38 ben Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -167,12 +167,14 @@
|
|||
following commands:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make buildkernel KERNEL=MYKERNEL</userinput>
|
||||
&prompt.root; <userinput>make installkernel KERNEL=MYKERNEL</userinput></screen>
|
||||
&prompt.root; <userinput>make buildkernel KERNCONF=MYKERNEL</userinput>
|
||||
&prompt.root; <userinput>make installkernel KERNCONF=MYKERNEL</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>In FreeBSD-CURRENT, you must replace <literal>KERNEL=</literal>
|
||||
with <literal>KERNCONF=</literal>.</para>
|
||||
<para>In FreeBSD 4.2 and older you must replace
|
||||
<literal>KERCONF=</literal> with <literal>KERNEL=</literal>.
|
||||
4.2-STABLE that was fetched after Feb 2nd, 2001 does
|
||||
recognize KERNCONF=</para>
|
||||
</note>
|
||||
|
||||
<para>If you have <emphasis>not</emphasis> upgraded your source
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.36 2000/08/10 02:09:18 kuriyama Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.37 2001/01/24 12:22:38 ben Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -167,12 +167,14 @@
|
|||
following commands:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make buildkernel KERNEL=MYKERNEL</userinput>
|
||||
&prompt.root; <userinput>make installkernel KERNEL=MYKERNEL</userinput></screen>
|
||||
&prompt.root; <userinput>make buildkernel KERNCONF=MYKERNEL</userinput>
|
||||
&prompt.root; <userinput>make installkernel KERNCONF=MYKERNEL</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>In FreeBSD-CURRENT, you must replace <literal>KERNEL=</literal>
|
||||
with <literal>KERNCONF=</literal>.</para>
|
||||
<para>In FreeBSD 4.2 and older you must replace
|
||||
<literal>KERCONF=</literal> with <literal>KERNEL=</literal>.
|
||||
4.2-STABLE that was fetched after Feb 2nd, 2001 does
|
||||
recognize KERNCONF=</para>
|
||||
</note>
|
||||
|
||||
<para>If you have <emphasis>not</emphasis> upgraded your source
|
||||
|
|
Loading…
Reference in a new issue