From owner-cvs-sys Thu Feb 13 05:15:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA09954 for cvs-sys-outgoing; Thu, 13 Feb 1997 05:15:55 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA09941; Thu, 13 Feb 1997 05:15:51 -0800 (PST) Date: Thu, 13 Feb 1997 05:15:51 -0800 (PST) From: Bruce Evans Message-Id: <199702131315.FAA09941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot boot.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/13 05:15:49 Modified: sys/i386/boot/biosboot boot.c Log: Get defaults for the boot device (and flags) from the file "boot.config" (relative to the root directory on the 'a' partition on the first BSD slice) if it exists. If it doesn't exist, then the only visible changes should be that the kernel name isn't reset to "/kernel" after looking it up fails and that the default name is now "kernel". The new function readfile() can be used for other things: - reading help messages. - reading splash screens. - reading userconfig info. Revision Changes Path 1.62 +48 -16 src/sys/i386/boot/biosboot/boot.c