From 985b9b2cfcd85b5b80c039219d84d484426d0a4e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 13 Feb 2001 21:28:14 +0000 Subject: [PATCH] Switch KERNEL= and KERNCONF= around in the examples. Tell people that older releases use KERNEL= only. Wordsmith repairs welcome. --- .../books/handbook/kernelconfig/chapter.sgml | 12 +++++++----- .../books/handbook/kernelconfig/chapter.sgml | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 9d4ef8e923..e979859ca4 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -1,7 +1,7 @@ @@ -167,12 +167,14 @@ following commands: &prompt.root; cd /usr/src -&prompt.root; make buildkernel KERNEL=MYKERNEL -&prompt.root; make installkernel KERNEL=MYKERNEL +&prompt.root; make buildkernel KERNCONF=MYKERNEL +&prompt.root; make installkernel KERNCONF=MYKERNEL - In FreeBSD-CURRENT, you must replace KERNEL= - with KERNCONF=. + In FreeBSD 4.2 and older you must replace + KERCONF= with KERNEL=. + 4.2-STABLE that was fetched after Feb 2nd, 2001 does + recognize KERNCONF= If you have not upgraded your source diff --git a/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml index 9d4ef8e923..e979859ca4 100644 --- a/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml @@ -1,7 +1,7 @@ @@ -167,12 +167,14 @@ following commands: &prompt.root; cd /usr/src -&prompt.root; make buildkernel KERNEL=MYKERNEL -&prompt.root; make installkernel KERNEL=MYKERNEL +&prompt.root; make buildkernel KERNCONF=MYKERNEL +&prompt.root; make installkernel KERNCONF=MYKERNEL - In FreeBSD-CURRENT, you must replace KERNEL= - with KERNCONF=. + In FreeBSD 4.2 and older you must replace + KERCONF= with KERNEL=. + 4.2-STABLE that was fetched after Feb 2nd, 2001 does + recognize KERNCONF= If you have not upgraded your source