Subject: CVS commit: src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 06/20/2006 05:37:24
Module Name:	src
Committed By:	jdc
Date:		Tue Jun 20 05:37:24 UTC 2006

Modified Files:
	src/usr.sbin/installboot: ffs.c fstypes.c installboot.8 installboot.h

Log Message:
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.18 -r1.19 src/usr.sbin/installboot/ffs.c
cvs rdiff -r1.8 -r1.9 src/usr.sbin/installboot/fstypes.c
cvs rdiff -r1.53 -r1.54 src/usr.sbin/installboot/installboot.8
cvs rdiff -r1.30 -r1.31 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.