From owner-freebsd-doc Fri Aug 2 0:20:19 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E7237B401 for ; Fri, 2 Aug 2002 00:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB38743E4A for ; Fri, 2 Aug 2002 00:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g727K4JU061797 for ; Fri, 2 Aug 2002 00:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g727K4LR061796; Fri, 2 Aug 2002 00:20:04 -0700 (PDT) Date: Fri, 2 Aug 2002 00:20:04 -0700 (PDT) Message-Id: <200208020720.g727K4LR061796@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Marc Fonvieille Subject: Re: docs/41253: config(8) and/or Handbook deficiency Reply-To: Marc Fonvieille Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/41253; it has been noted by GNATS. From: Marc Fonvieille To: Rich Morin Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/41253: config(8) and/or Handbook deficiency Date: Fri, 2 Aug 2002 09:14:49 +0200 On Thu, Aug 01, 2002 at 08:28:29PM -0700, Rich Morin wrote: > > >Number: 41253 > >Category: docs > >Synopsis: config(8) and/or Handbook deficiency > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-doc > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Aug 01 20:30:02 PDT 2002 > >Closed-Date: > >Last-Modified: > >Originator: Rich Morin > >Release: FreeBSD 4.5-RELEASE i386 > >Organization: > Canta Forda Computer Laboratory > >Environment: > > FreeBSD cfcl.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: > Mon Jan 28 14:31:56 GMT 2002 > murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 > > >Description: > > For the first time since I started using FreeBSD, several > years ago, I found myself needing to configure the kernel. > So, to refresh my memory, I did a "man config". It told > me a few useful things, then referred me to the FreeBSD > Handbook, which told me some more. > > Nowhere in all of this, however, was there a simple and > complete recipe for configuring a new kernel! > > >How-To-Repeat: > > Ask a newbie (or a rusty oldbie :-) to config a system... > > >Fix: > > Add a page to the Handbook, giving a complete rundown on > building a new kernel, including an annotated version of > something like: > > # cd /sys/i386/conf > # cp GENERIC > # vi > ... > # config > # cd ../../compile/ > # make depend > # make > # make install http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.htm does that already. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message