Module Name:    src
Committed By:   christos
Date:           Fri Dec 31 16:43:04 UTC 2021

Modified Files:
        src/distrib/i386/installimage: Makefile

Log Message:
Grow to fit debug kernels


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.21 src/distrib/i386/installimage/Makefile:1.22
--- src/distrib/i386/installimage/Makefile:1.21	Mon May 31 03:59:02 2021
+++ src/distrib/i386/installimage/Makefile	Fri Dec 31 11:43:04 2021
@@ -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

Reply via email to