diff options
author | nate <nate@FreeBSD.org> | 1996-01-20 06:28:11 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-01-20 06:28:11 +0000 |
commit | e416b2637605b73664a7acde01730f9ec0f95c1c (patch) | |
tree | 19e7335888688280f3fd28b9c5f92e1b750543c2 /share | |
parent | 3453756aa9ffbc87380e8ef6108e707790b5ca04 (diff) | |
download | FreeBSD-src-e416b2637605b73664a7acde01730f9ec0f95c1c.zip FreeBSD-src-e416b2637605b73664a7acde01730f9ec0f95c1c.tar.gz |
Add a note about needing a new version of config(8) when upgrading from older
releases of FreeBSD.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/handbook/kernelconfig.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/doc/handbook/kernelconfig.sgml b/share/doc/handbook/kernelconfig.sgml index d224895..bc26d37 100644 --- a/share/doc/handbook/kernelconfig.sgml +++ b/share/doc/handbook/kernelconfig.sgml @@ -1,4 +1,4 @@ -<!-- $Id: kernelconfig.sgml,v 1.5 1995/12/19 17:02:49 jfieber Exp $ --> +<!-- $Id: kernelconfig.sgml,v 1.6 1996/01/20 06:11:35 nate Exp $ --> <!-- The FreeBSD Documentation Project --> <!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> --> <chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading> @@ -102,6 +102,13 @@ id="kernelconfig:config" name="Configuration File"> section slowly and carefully. + <quote><em/Note:/ If you are trying to upgrade your kernel from an + older version of FreeBSD, you will probably have to get a new + version of <tt>config(8)</tt> from the same place you got the new + kernel sources. It is located in <tt>/usr/src/usr.sbin</tt>, so + you'll need to download those sources as well. Re-build and install + it before running the next commands.</quote> + When you're finished, type the following to compile and install your kernel: <tscreen><verb> |