Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 08/28/1998 23:40:43
Module Name:	src
Committed By:	mrg
Date:		Sat Aug 29 06:40:43 UTC 1998

Modified Files:
	src/sys/arch/sparc/stand/boot: boot.c version
	src/sys/arch/sparc/stand/common: promdev.c
Log Message:
add support for finding kernels other than `netbsd'.  the list is:
netbsd, netbsd.gz, netbsd.old, netbsd.old.gz, onetbsd, onetbsd.gz
and vmunix, in that order.  this is used by the bootable `bootfs'
image (suitable for floppies and cdroms), which contains a netbsd.gz
by default.
while i'm here, fix up `boot [device] -s' which got broke when
booting kernels with a - in their name was fixed..