Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/alpha/instkernel/cd-hd-tape The tarfs image in cdhdi...



details:   https://anonhg.NetBSD.org/src/rev/7ce4ef994378
branches:  trunk
changeset: 748884:7ce4ef994378
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Nov 09 04:13:23 2009 +0000

description:
The tarfs image in cdhdinstall used to get padded out to an 18KB boundary
(the size of the read used to read it) with the alpha-specific image
creation.  This got lost when moved to using common routines, so that
burning the cdhdinstall image onto a CDROM resulted in a failure to read
the last block of the tarfs image.  Use the provided option to have the
image padded out to the full image size.  It's more than actually needed,
but extra isn't likely to cause any problems.

diffstat:

 distrib/alpha/instkernel/cd-hd-tape/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 41612bb8bf12 -r 7ce4ef994378 distrib/alpha/instkernel/cd-hd-tape/Makefile
--- a/distrib/alpha/instkernel/cd-hd-tape/Makefile      Mon Nov 09 04:03:19 2009 +0000
+++ b/distrib/alpha/instkernel/cd-hd-tape/Makefile      Mon Nov 09 04:13:23 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2004/05/10 00:08:49 ross Exp $
+#      $NetBSD: Makefile,v 1.20 2009/11/09 04:13:23 mhitch Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@
 FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE}
 FLOPPYFILES=   boot ${FLOPPYMETAFILE} netbsd
 FLOPPYMAX=     1
+FLOPPYPAD=     1
 
 FLOPPY_RELEASEDIR=     installation/diskimage
 



Home | Main Index | Thread Index | Old Index