Subject: CVS commit: src/distrib/common
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/12/2004 18:39:53
Module Name:	src
Committed By:	dsl
Date:		Sat Jun 12 18:39:53 UTC 2004

Modified Files:
	src/distrib/common: buildfloppies.sh

Log Message:
The code to pad floppies could sometimes overwrite the end of the kernel
(causing the decompress to generate random data).
I've changed it to pad using:
	dd if=xx.fs of=xx.fs conv=sync conv=notrunc bs=${floppysize}b count=1
which isn't subject to rounding errors!
This might be the fix for PR/25552


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/distrib/common/buildfloppies.sh

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