Module Name:    src
Committed By:   pgoyette
Date:           Thu Dec 30 15:01:56 UTC 2021

Modified Files:
        src/distrib/amd64/installimage: Makefile
        src/distrib/amd64/installimage-bios: Makefile

Log Message:
With recent changees to debug kernel stuff from Christos we are
once again pushing the size limit.  Bump it again.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/amd64/installimage/Makefile
cvs rdiff -u -r1.2 -r1.3 src/distrib/amd64/installimage-bios/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/amd64/installimage/Makefile
diff -u src/distrib/amd64/installimage/Makefile:1.18 src/distrib/amd64/installimage/Makefile:1.19
--- src/distrib/amd64/installimage/Makefile:1.18	Sun Dec 26 03:07:06 2021
+++ src/distrib/amd64/installimage/Makefile	Thu Dec 30 15:01:55 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.18 2021/12/26 03:07:06 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.19 2021/12/30 15:01:55 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	2150			# for all installation binaries
+INSTIMAGEMB?=	2180			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot

Index: src/distrib/amd64/installimage-bios/Makefile
diff -u src/distrib/amd64/installimage-bios/Makefile:1.2 src/distrib/amd64/installimage-bios/Makefile:1.3
--- src/distrib/amd64/installimage-bios/Makefile:1.2	Sun Dec 26 03:07:06 2021
+++ src/distrib/amd64/installimage-bios/Makefile	Thu Dec 30 15:01:55 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.2 2021/12/26 03:07:06 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.3 2021/12/30 15:01:55 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-bios-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	2150			# for all installation binaries
+INSTIMAGEMB?=	2180			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot

Reply via email to