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 image, with all sorts of MK*D...



details:   https://anonhg.NetBSD.org/src/rev/a12b4de060b2
branches:  trunk
changeset: 961978:a12b4de060b2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Apr 26 14:08:11 2021 +0000

description:
The image, with all sorts of MK*DEBUG* turned on, has once again grown.
This time probably as a result of the move to gcc-10.

Bump size to accomodate.

diffstat:

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

diffs (16 lines):

diff -r e55bd375a569 -r a12b4de060b2 distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile       Mon Apr 26 14:02:49 2021 +0000
+++ b/distrib/amd64/installimage/Makefile       Mon Apr 26 14:08:11 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.15 2021/03/26 21:18:29 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.16 2021/04/26 14:08:11 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-install      # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  1600                    # for all installation binaries
+INSTIMAGEMB?=  1700                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index