Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/installimage match amd64, we ran out of space.



details:   https://anonhg.NetBSD.org/src/rev/a6588a264230
branches:  trunk
changeset: 336675:a6588a264230
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 09 18:12:47 2015 +0000

description:
match amd64, we ran out of space.

diffstat:

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

diffs (17 lines):

diff -r 6d05453e0778 -r a6588a264230 distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Mon Mar 09 17:28:11 2015 +0000
+++ b/distrib/i386/installimage/Makefile        Mon Mar 09 18:12:47 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.6 2014/11/15 12:33:04 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.7 2015/03/09 18:12:47 christos Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-i386-install       # gives ${IMGBASE}.img
 
 BOOTDISK=      sd0                     # for USB flash etc.
-INSTIMAGEMB?=  520                     # for all installation binaries
+INSTIMAGEMB?=  550                     # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index