From owner-svn-src-stable-7@FreeBSD.ORG Sat Dec 6 13:38:53 2008 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 571321065670; Sat, 6 Dec 2008 13:38:53 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 450B78FC1B; Sat, 6 Dec 2008 13:38:53 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mB6Dcr51095467; Sat, 6 Dec 2008 13:38:53 GMT (envelope-from keramida@svn.freebsd.org) Received: (from keramida@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mB6DcrCY095466; Sat, 6 Dec 2008 13:38:53 GMT (envelope-from keramida@svn.freebsd.org) Message-Id: <200812061338.mB6DcrCY095466@svn.freebsd.org> From: Giorgos Keramidas Date: Sat, 6 Dec 2008 13:38:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185698 - in stable/7/sys: . boot/forth X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 13:38:53 -0000 Author: keramida (doc committer) Date: Sat Dec 6 13:38:53 2008 New Revision: 185698 URL: http://svn.freebsd.org/changeset/base/185698 Log: MFC: r175379, r175380 Document that loader(8) stops reading `loader.conf' when it encounters a syntax error, and add a tip about adding first the `vital' options and then experimental ones. PR: docs/119658 Submitted by: Julian Stacey, jhs at berklix.org Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/boot/forth/loader.conf.5 Modified: stable/7/sys/boot/forth/loader.conf.5 ============================================================================== --- stable/7/sys/boot/forth/loader.conf.5 Sat Dec 6 13:37:15 2008 (r185697) +++ stable/7/sys/boot/forth/loader.conf.5 Sat Dec 6 13:38:53 2008 (r185698) @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd November 15, 2005 +.Dd January 16, 2008 .Dt LOADER.CONF 5 .Os .Sh NAME @@ -238,6 +238,16 @@ contains the instructions to automatical .Xr boot 8 , .Xr loader 8 , .Xr loader.4th 8 +.Sh BUGS +The +.Xr loader 8 +stops reading +.Nm +when it encounters a syntax error, so any options which are vital for +booting a particular system (i.e.\& +.Dq Va hw.ata.ata_dma Ns "=0" ) +should precede any experimental additions to +.Nm . .Sh HISTORY The file .Nm