Subject: CVS commit: src/distrib/common
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/03/2005 20:34:28
Module Name:	src
Committed By:	dsl
Date:		Sat Sep  3 20:34:28 UTC 2005

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

Log Message:
Tell pax to use 8k (not 10k) buffers when generating the tar archive
of 'boot' and 'netbsd'.
This makes it possible for the tar archive to end at the end of the 2.88M
floppy, instead of either 4k before, or 6k after.
Gives us a whole extra 4k.
The very observant might realise that we don't need the final 1024 bytes
of nulls written to the floppy either, so they could be deleted!


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

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