Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/distrib/common
Module Name: src
Committed By: tron
Date: Sat Jul 10 13:47:59 UTC 2004
Modified Files:
src/distrib/common [netbsd-2-0]: buildfloppies.sh
Log Message:
Pull up revision 1.8 (requested by dsl in ticket #632):
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.7.2.1 src/distrib/common/buildfloppies.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index