Subject: CVS commit: [netbsd-3] src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/09/2006 22:49:49
Module Name:	src
Committed By:	tron
Date:		Thu Nov  9 22:49:49 UTC 2006

Modified Files:
	src/usr.sbin/installboot [netbsd-3]: ffs.c fstypes.c installboot.8
	    installboot.h

Log Message:
Pull up following revision(s) (requested by bad in ticket #1524):
	usr.sbin/installboot/installboot.8: revision 1.54 via patch
	usr.sbin/installboot/installboot.h: revision 1.31
	usr.sbin/installboot/fstypes.c: revision 1.9
	usr.sbin/installboot/ffs.c: revision 1.19
Add support for finding files on RAID partitions.  This allows us to
add the block list of the 2nd stage boot loader to the 1st stage boot
loader when the partition is a RAID partition.  Tested on sparc.
Reviewed by gdt.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.2.1 src/usr.sbin/installboot/ffs.c
cvs rdiff -r1.7 -r1.7.2.1 src/usr.sbin/installboot/fstypes.c
cvs rdiff -r1.43 -r1.43.2.1 src/usr.sbin/installboot/installboot.8
cvs rdiff -r1.25 -r1.25.2.1 src/usr.sbin/installboot/installboot.h

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