Module Name:    src
Committed By:   bouyer
Date:           Tue Feb  3 08:05:50 UTC 2015

Modified Files:
        src/distrib/i386/installimage [netbsd-7]: Makefile

Log Message:
Pull up following revision(s) (requested by snj in ticket #480):
        distrib/i386/installimage/Makefile: revision 1.6
Bump image size from 512MB to 520MB.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.2.1 src/distrib/i386/installimage/Makefile

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

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.4 src/distrib/i386/installimage/Makefile:1.4.2.1
--- src/distrib/i386/installimage/Makefile:1.4	Sat Jul 26 19:34:08 2014
+++ src/distrib/i386/installimage/Makefile	Tue Feb  3 08:05:50 2015
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.4 2014/07/26 19:34:08 dholland Exp $
+#	$NetBSD: Makefile,v 1.4.2.1 2015/02/03 08:05:50 bouyer Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
 BOOTDISK=	sd0			# for USB flash etc.
-INSTIMAGEMB?=	512			# for all installation binaries
+INSTIMAGEMB?=	520			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot

Reply via email to