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



details:   https://anonhg.NetBSD.org/src/rev/208d0f69b79c
branches:  trunk
changeset: 343400:208d0f69b79c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 01 21:24:33 2016 +0000

description:
bump image size

diffstat:

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

diffs (17 lines):

diff -r c4b7dee71d45 -r 208d0f69b79c distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Mon Feb 01 17:46:22 2016 +0000
+++ b/distrib/i386/installimage/Makefile        Mon Feb 01 21:24:33 2016 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.7 2015/03/09 18:12:47 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2016/02/01 21:24:33 christos Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-i386-install       # gives ${IMGBASE}.img
 
 BOOTDISK=      sd0                     # for USB flash etc.
-INSTIMAGEMB?=  550                     # for all installation binaries
+INSTIMAGEMB?=  900                     # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index