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/d8fd177a9f82
branches:  netbsd-7
changeset: 799078:d8fd177a9f82
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Mar 12 19:06:22 2015 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #588):
        distrib/i386/installimage/Makefile: revision 1.7
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 f10d8a544d1d -r d8fd177a9f82 distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Wed Mar 11 20:27:04 2015 +0000
+++ b/distrib/i386/installimage/Makefile        Thu Mar 12 19:06:22 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.4.2.1 2015/02/03 08:05:50 bouyer Exp $
+#      $NetBSD: Makefile,v 1.4.2.2 2015/03/12 19:06:22 snj 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