Subject: CVS commit: src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/15/2007 22:23:11
Module Name:	src
Committed By:	dsl
Date:		Thu Feb 15 22:23:11 UTC 2007

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

Log Message:
Add a -f (force) parameter to installboot(8).
If specified then checks on the disks BPB are not done, and any existing BPB
is deleted.
This is needed soince newfs(8) doesn't overwrite the BPB - which is basically
the FAT superblock.
Update documentation and add an example of using bootxx_fat16.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/usr.sbin/installboot/installboot.8
cvs rdiff -r1.27 -r1.28 src/usr.sbin/installboot/installboot.c
cvs rdiff -r1.32 -r1.33 src/usr.sbin/installboot/installboot.h
cvs rdiff -r1.24 -r1.25 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.