Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/installimage Install image built with all of M...



details:   https://anonhg.NetBSD.org/src/rev/d8c3b5c9e87c
branches:  trunk
changeset: 949736:d8c3b5c9e87c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 15 21:14:53 2021 +0000

description:
Install image built with all of MKDEBUG, MKKDEBUG, and MKDEBUGLIB all
set to "yes" is a bit larger, so bump the image size accordingly.

diffstat:

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

diffs (16 lines):

diff -r 8346f78469b9 -r d8c3b5c9e87c distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile       Fri Jan 15 20:50:49 2021 +0000
+++ b/distrib/amd64/installimage/Makefile       Fri Jan 15 21:14:53 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.12 2020/05/28 15:13:21 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.13 2021/01/15 21:14:53 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-install      # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  1550                    # for all installation binaries
+INSTIMAGEMB?=  1580                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index