Clarify the installation of kernel sources.
PR: docs/8361 Submitted by: Jim Mock jim@phrantic.phear.net
This commit is contained in:
parent
98200a8a6f
commit
f21800f65c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3986
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: kernelconfig.sgml,v 1.32 1998-06-16 08:38:29 jkoshy Exp $ -->
|
||||
<!-- $Id: kernelconfig.sgml,v 1.33 1998-12-30 03:05:40 billf Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> -->
|
||||
<chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading>
|
||||
|
@ -64,9 +64,10 @@
|
|||
|
||||
<quote><em/Note:/ If there is <em>not</em> a
|
||||
<tt>/usr/src/sys</tt> directory on your system, then the
|
||||
kernel source has not been been installed. Follow the
|
||||
instructions for installing packages to add this package
|
||||
to your system.</quote>
|
||||
kernel source has not been been installed. The easiest
|
||||
way to do this is by running /stand/sysinstall (as root),
|
||||
choosing Configure, then Distributions, then src, then sys.
|
||||
</quote>
|
||||
|
||||
Next, move to the <tt>i386/conf</tt> directory and copy
|
||||
the GENERIC configuration file to the name you want to
|
||||
|
|
Loading…
Reference in a new issue