Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/installimage Bump image size from 512MB to 520MB.



details:   https://anonhg.NetBSD.org/src/rev/37c69e2fe921
branches:  trunk
changeset: 333731:37c69e2fe921
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 15 12:33:04 2014 +0000

description:
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 b24e772b5c0d -r 37c69e2fe921 distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Sat Nov 15 12:20:06 2014 +0000
+++ b/distrib/i386/installimage/Makefile        Sat Nov 15 12:33:04 2014 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.5 2014/09/13 10:18:24 roy Exp $
+#      $NetBSD: Makefile,v 1.6 2014/11/15 12:33:04 uebayasi 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