8.3 Building and Installing a Custom Kernel

- Reemphasise the need of full source set for 'make buildkernel'

PR:		docs/75864 (inspired by)
Submitted by:	Eli K. Breen <eli@gopostal.ca>
Approved by:	keramida (mentor)
This commit is contained in:
Pav Lucistnik 2005-08-19 09:31:33 +00:00
parent c17529b18f
commit e55136d74d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25415

View file

@ -368,6 +368,12 @@
</step>
</procedure>
<note>
<para>This method of kernel building requires full source files. If you
only installed the kernel source, use the traditional method, as
described above.</para>
</note>
<note>
<para>In &os;&nbsp;4.2 and older you must replace
<literal>KERNCONF=</literal> with <literal>KERNEL=</literal>.