Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/amd64 Try to make images big enough for debug sets
details: https://anonhg.NetBSD.org/src/rev/4688888166a5
branches: trunk
changeset: 823845:4688888166a5
user: martin <martin%NetBSD.org@localhost>
date: Thu May 11 10:49:18 2017 +0000
description:
Try to make images big enough for debug sets
diffstat:
distrib/amd64/installimage/Makefile | 4 ++--
distrib/amd64/uefi-installimage/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 5fb43f9b4dbd -r 4688888166a5 distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile Thu May 11 10:21:55 2017 +0000
+++ b/distrib/amd64/installimage/Makefile Thu May 11 10:49:18 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2016/01/24 15:30:05 christos Exp $
+# $NetBSD: Makefile,v 1.7 2017/05/11 10:49:18 martin Exp $
.include <bsd.own.mk>
INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-install # gives ${IMGBASE}.img
BOOTDISK= sd0 # for USB flash etc.
-INSTIMAGEMB?= 1200 # for all installation binaries
+INSTIMAGEMB?= 1300 # for all installation binaries
PRIMARY_BOOT= bootxx_ffsv1
SECONDARY_BOOT= boot
diff -r 5fb43f9b4dbd -r 4688888166a5 distrib/amd64/uefi-installimage/Makefile
--- a/distrib/amd64/uefi-installimage/Makefile Thu May 11 10:21:55 2017 +0000
+++ b/distrib/amd64/uefi-installimage/Makefile Thu May 11 10:49:18 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2017/01/24 11:16:50 nonaka Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/11 10:49:18 martin Exp $
.include <bsd.own.mk>
INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-uefi-install # gives ${IMGBASE}.img
BOOTDISK= dk1 # unused (use GUID)
-INSTIMAGEMB?= 1280 # for all installation binaries
+INSTIMAGEMB?= 1380 # for all installation binaries
PRIMARY_BOOT= bootxx_ffsv1
SECONDARY_BOOT= boot
Home |
Main Index |
Thread Index |
Old Index