Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/uefi-installimage Bump image to 1550MB to unbr...



details:   https://anonhg.NetBSD.org/src/rev/11df1a9e6ef6
branches:  trunk
changeset: 831398:11df1a9e6ef6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Mar 28 22:38:47 2018 +0000

description:
Bump image to 1550MB to unbreak the LLVM build.

diffstat:

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

diffs (17 lines):

diff -r 32957145ce45 -r 11df1a9e6ef6 distrib/amd64/uefi-installimage/Makefile
--- a/distrib/amd64/uefi-installimage/Makefile  Wed Mar 28 19:56:40 2018 +0000
+++ b/distrib/amd64/uefi-installimage/Makefile  Wed Mar 28 22:38:47 2018 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2018/01/05 01:33:11 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.5 2018/03/28 22:38:47 joerg Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-uefi-install # gives ${IMGBASE}.img
 
 BOOTDISK=      dk1                     # unused (use GUID)
-INSTIMAGEMB?=  1500                    # for all installation binaries
+INSTIMAGEMB?=  1550                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index