From nobody@FreeBSD.org  Wed Nov 11 19:05:40 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 644C7106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Nov 2009 19:05:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 52E7D8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Nov 2009 19:05:40 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nABJ5ejI001190
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Nov 2009 19:05:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nABJ5eQK001189;
	Wed, 11 Nov 2009 19:05:40 GMT
	(envelope-from nobody)
Message-Id: <200911111905.nABJ5eQK001189@www.freebsd.org>
Date: Wed, 11 Nov 2009 19:05:40 GMT
From: Jason Helfman <jhelfman@e-e.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add custom kernel information to Release Engineering Article
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140490
>Category:       docs
>Synopsis:       [patch] Add custom kernel information to Release Engineering Article
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 11 19:10:01 UTC 2009
>Closed-Date:    Fri Nov 13 10:21:39 UTC 2009
>Last-Modified:  Fri Nov 13 10:30:00 UTC 2009
>Originator:     Jason Helfman
>Release:        FreeBSD 7.2
>Organization:
Experts Exchange
>Environment:
FreeBSD eggman.experts-exchange.com 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct  2 12:21:39 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Add custom kernel instructions to Releng Article.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- article.sgml.orig	2009-06-24 15:25:26.000000000 -0700
+++ article.sgml	2009-11-11 11:01:26.000000000 -0800
@@ -798,6 +798,17 @@
         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


>Release-Note:
>Audit-Trail:

From: Murray Stokely <murray@stokely.org>
To: Jason Helfman <jhelfman@e-e.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/140490: Add custom kernel information to Release Engineering 
	Article
Date: Wed, 11 Nov 2009 18:19:58 -0800

 This looks like a good change to me.  Thanks for the submission.
 
          - Murray
 
 
 On Wed, Nov 11, 2009 at 11:05 AM, Jason Helfman <jhelfman@e-e.com> wrote:
 >
 >>Number: =A0 =A0 =A0 =A0 140490
 >>Category: =A0 =A0 =A0 docs
 >>Synopsis: =A0 =A0 =A0 Add custom kernel information to Release Engineerin=
 g Article
 >>Confidential: =A0 no
 >>Severity: =A0 =A0 =A0 non-critical
 >>Priority: =A0 =A0 =A0 low
 >>Responsible: =A0 =A0freebsd-doc
 >>State: =A0 =A0 =A0 =A0 =A0open
 >>Quarter:
 >>Keywords:
 >>Date-Required:
 >>Class: =A0 =A0 =A0 =A0 =A0change-request
 >>Submitter-Id: =A0 current-users
 >>Arrival-Date: =A0 Wed Nov 11 19:10:01 UTC 2009
 >>Closed-Date:
 >>Last-Modified:
 >>Originator: =A0 =A0 Jason Helfman
 >>Release: =A0 =A0 =A0 =A0FreeBSD 7.2
 >>Organization:
 > Experts Exchange
 >>Environment:
 > FreeBSD eggman.experts-exchange.com 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4=
  #0: Fri Oct =A02 12:21:39 UTC 2009 =A0 =A0 root@i386-builder.daemonology.n=
 et:/usr/obj/usr/src/sys/GENERIC =A0i386
 >>Description:
 > Add custom kernel instructions to Releng Article.
 >>How-To-Repeat:
 >
 >>Fix:
 >
 >
 > Patch attached with submission follows:
 >
 > --- article.sgml.orig =A0 2009-06-24 15:25:26.000000000 -0700
 > +++ article.sgml =A0 =A0 =A0 =A02009-11-11 11:01:26.000000000 -0800
 > @@ -798,6 +798,17 @@
 > =A0 =A0 =A0 =A0 should be made bootable so that users of modern PCs do no=
 t
 > =A0 =A0 =A0 =A0 need to create installation floppy disks.</para>
 >
 > + =A0 =A0 =A0<para>If a custom kernel of &os; is to be included, then
 > + =A0 =A0 =A0 =A0&man.sysinstall.8; and &man.release.7; must be updated t=
 o
 > + =A0 =A0 =A0 =A0include installation instructions. The relevant code is =
 contained
 > + =A0 =A0 =A0 =A0in <filename>src/release</filename> and <filename>src/us=
 r.sbin/sysinstall</filename>.
 > + =A0 =A0 =A0 =A0Specifically, the file <filename>src/release/Makefile</f=
 ilename>, and
 > + =A0 =A0 =A0 =A0<filename>dist.c</filename>, <filename>dist.h</filename>=
 ,
 > + =A0 =A0 =A0 =A0<filename>menus.c</filename>, <filename>install.c</filen=
 ame>, and
 > + =A0 =A0 =A0 =A0<filename>Makefile</filename> will need to be updated un=
 der
 > + =A0 =A0 =A0 =A0<filename>src/usr.sbin/sysinstall</filename>. =A0Optiona=
 lly, you may choose
 > + =A0 =A0 =A0 =A0to update <filename>sysinstall.8</filename>.</para>
 > +
 > =A0 =A0 =A0 <para>If an alternate version of &xfree86; is to be provided,=
  then
 > =A0 =A0 =A0 =A0 &man.sysinstall.8; must be updated to reflect the new loc=
 ation
 > =A0 =A0 =A0 =A0 and installation instructions. The relevant code is conta=
 ined
 >
 >
 >>Release-Note:
 >>Audit-Trail:
 >>Unformatted:
 > _______________________________________________
 > freebsd-doc@freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-doc
 > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
 >
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Fri Nov 13 10:21:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140490 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140490: commit references a PR
Date: Fri, 13 Nov 2009 10:21:43 +0000 (UTC)

 remko       2009-11-13 10:21:30 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/articles/releng article.sgml 
   Log:
   Add information about custom kernels.
   
   PR:             140490
   Submitted by:   Jason Helfman <jhelfman at e-e dot com>
   Glanced at:     murray
   
   Revision  Changes    Path
   1.84      +11 -0     doc/en_US.ISO8859-1/articles/releng/article.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
