Add information about custom kernels.

PR:		140490
Submitted by:	Jason Helfman <jhelfman at e-e dot com>
Glanced at:	murray
This commit is contained in:
Remko Lodder 2009-11-13 10:21:30 +00:00
parent a25c8bb249
commit 66eb7f2fe3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34902

View file

@ -798,6 +798,17 @@ applicable.</para>
should be made bootable so that users of modern PCs do not
need to create installation floppy disks.</para>
<para>If a custom kernel of &os; is to be included, then
&man.sysinstall.8; and &man.release.7; must be updated to
include installation instructions. The relevant code is contained
in <filename>src/release</filename> and <filename>src/usr.sbin/sysinstall</filename>.
Specifically, the file <filename>src/release/Makefile</filename>, and
<filename>dist.c</filename>, <filename>dist.h</filename>,
<filename>menus.c</filename>, <filename>install.c</filename>, and
<filename>Makefile</filename> will need to be updated under
<filename>src/usr.sbin/sysinstall</filename>. Optionally, you may choose
to update <filename>sysinstall.8</filename>.</para>
<para>If an alternate version of &xfree86; is to be provided, then
&man.sysinstall.8; must be updated to reflect the new location
and installation instructions. The relevant code is contained