Source-Changes-HG archive

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

[.joined/src/trunk]: .joined/src/distrib/i386/installimage Grow to fit debug ...



details:   https://anonhg.NetBSD.org/.joined/src/rev/7028663d5c85
branches:  trunk
changeset: 359357:7028663d5c85
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 31 16:43:04 2021 +0000

description:
Grow to fit debug kernels

diffstat:

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

diffs (16 lines):

diff -r b349197d53fa -r 7028663d5c85 distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Fri Dec 31 16:40:59 2021 +0000
+++ b/distrib/i386/installimage/Makefile        Fri Dec 31 16:43:04 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.21 2021/05/31 07:59:02 martin Exp $
+#      $NetBSD: Makefile,v 1.22 2021/12/31 16:43:04 christos Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-i386-install       # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  2100                    # for all installation binaries
+INSTIMAGEMB?=  3000                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index