diff options
| author | Nate Williams <nate@FreeBSD.org> | 1996-01-20 06:28:11 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1996-01-20 06:28:11 +0000 |
| commit | 9bbf2e643e959b9f1b8d89beba7f6c570559c5b5 (patch) | |
| tree | 19e7335888688280f3fd28b9c5f92e1b750543c2 | |
| parent | 4e5935064cee94588673e25d30d4eb373f417ed4 (diff) | |
Notes
| -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 d22489543a02d..bc26d37d03dce 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> |
