From owner-svn-src-all@FreeBSD.ORG Tue Jan 6 15:12:49 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33E9A106568B; Tue, 6 Jan 2009 15:12:49 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 017248FC13; Tue, 6 Jan 2009 15:12:48 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id DB3E91FD044; Tue, 6 Jan 2009 10:12:47 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 06 Jan 2009 10:12:47 -0500 X-Sasl-enc: rFM3qNLrXEEg+654gDi6K0Fdx+yBNMRCuG/FhoLB0Tb4 1231254767 Received: from empiric.lon.incunabulum.net (unknown [81.168.51.182]) by mail.messagingengine.com (Postfix) with ESMTPSA id EB417320CA; Tue, 6 Jan 2009 10:12:46 -0500 (EST) Message-ID: <496374ED.9010505@incunabulum.net> Date: Tue, 06 Jan 2009 15:12:45 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: Luigi Rizzo References: <200901061510.n06FAQ0g034585@svn.freebsd.org> In-Reply-To: <200901061510.n06FAQ0g034585@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186829 - head/sys/i386/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 15:12:50 -0000 Luigi Rizzo wrote: > Log: > Add a reference to the "env" kernel config option in the GENERIC file, > as this is very useful e.g. in diskless configurations and barely documented > anywhere else. > > Thanks! This pointer is a big help for folk who don't already know of it. cheers BMS