From 66eb7f2fe389595fb60814966036de8138710c98 Mon Sep 17 00:00:00 2001
From: Remko Lodder <remko@FreeBSD.org>
Date: Fri, 13 Nov 2009 10:21:30 +0000
Subject: [PATCH] Add information about custom kernels.

PR:		140490
Submitted by:	Jason Helfman <jhelfman at e-e dot com>
Glanced at:	murray
---
 en_US.ISO8859-1/articles/releng/article.sgml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/en_US.ISO8859-1/articles/releng/article.sgml b/en_US.ISO8859-1/articles/releng/article.sgml
index ead3abba49..3c5861e834 100644
--- a/en_US.ISO8859-1/articles/releng/article.sgml
+++ b/en_US.ISO8859-1/articles/releng/article.sgml
@@ -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