Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Stephen Borrill <sborrill@netbsd.org>
List: source-changes
Date: 11/20/2007 15:37:37
Module Name:	src
Committed By:	sborrill
Date:		Tue Nov 20 15:37:37 UTC 2007

Modified Files:
	src/distrib/sets/lists/man: mi
	src/share/man/man5: Makefile
	src/share/man/man8/man8.i386: boot.8
	src/sys/arch/i386/stand/boot: boot2.c
Added Files:
	src/share/man/man5: boot.cfg.5

Log Message:
Add support for /boot.cfg configuration file in x86 boot loader.
This allows easy configuration of banner text, console device and timeout
as well as allowing menus of commands to be displayed. If /boot.cfg
is not present, then the existing behaviour does not change.

The sections in the boot loader source are surrounded by #ifdef SMALL
allowing this functionality to be removed if space is at a premium.


To generate a diff of this commit:
cvs rdiff -r1.1038 -r1.1039 src/distrib/sets/lists/man/mi
cvs rdiff -r1.58 -r1.59 src/share/man/man5/Makefile
cvs rdiff -r0 -r1.1 src/share/man/man5/boot.cfg.5
cvs rdiff -r1.38 -r1.39 src/share/man/man8/man8.i386/boot.8
cvs rdiff -r1.14 -r1.15 src/sys/arch/i386/stand/boot/boot2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.