Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/installimage The install-image has grown a bit...



details:   https://anonhg.NetBSD.org/src/rev/7229e928b7b6
branches:  trunk
changeset: 1019960:7229e928b7b6
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 26 21:18:29 2021 +0000

description:
The install-image has grown a bit recently, and at least amd64 has
outgrown the previous size specification when the system was built
with all of MKDEBUG, MKKDEBUG, and MKDEBUGLIB set to "yes" (and
also when in-tree X11 is included).

So, bump the size a bit.

diffstat:

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

diffs (16 lines):

diff -r bd6606586a56 -r 7229e928b7b6 distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile       Fri Mar 26 21:05:27 2021 +0000
+++ b/distrib/amd64/installimage/Makefile       Fri Mar 26 21:18:29 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.14 2021/01/18 03:35:11 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.15 2021/03/26 21:18:29 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-install      # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  1590                    # for all installation binaries
+INSTIMAGEMB?=  1600                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index