Add a note about needing a new version of config(8) when upgrading from older
releases of FreeBSD.
This commit is contained in:
parent
ca514e0646
commit
d56043cf76
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=228
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: kernelconfig.sgml,v 1.6 1996-01-20 06:11:35 nate Exp $ -->
|
||||
<!-- $Id: kernelconfig.sgml,v 1.7 1996-01-20 06:28:11 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>
|
||||
|
|
Loading…
Reference in a new issue