Subject: CVS commit: src/usr.sbin/installboot/arch
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/06/2007 10:21:24
Module Name:	src
Committed By:	dsl
Date:		Sat Jan  6 10:21:24 UTC 2007

Modified Files:
	src/usr.sbin/installboot/arch: i386.c

Log Message:
Support for non-512 byte media.
Automatically enable writes to the 'labelsector' if necessary.
Detect and recover from problems with the write-protected 'labelsector'
  stopping writes to nearby sectors when the non-raw disk device is used.
Support the installation of 512-byte pbr boot code (eg fatboot).
Verify that there is enough reserved space in the bpb (if not all zeros) to
avoid overwriting the start of FAT filesystems.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/usr.sbin/installboot/arch/i386.c

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