Source-Changes-HG archive

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

[src/netbsd-7]: src/distrib/i386/installimage Pull up following revision(s) (...



details:   https://anonhg.NetBSD.org/src/rev/957a4edf1fd7
branches:  netbsd-7
changeset: 798930:957a4edf1fd7
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 03 08:05:50 2015 +0000

description:
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.

diffstat:

 distrib/i386/installimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e927785c31a4 -r 957a4edf1fd7 distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Sat Jan 31 07:47:49 2015 +0000
+++ b/distrib/i386/installimage/Makefile        Tue Feb 03 08:05:50 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index