Module Name:    src
Committed By:   pgoyette
Date:           Sun Dec 26 03:07:06 UTC 2021

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

Log Message:
Once again things have grown, so the install image allocation size
needs to be bumped.

XXX There's gotta be a better way to maintain this!  :-)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/amd64/installimage/Makefile
cvs rdiff -u -r1.1 -r1.2 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.17 src/distrib/amd64/installimage/Makefile:1.18
--- src/distrib/amd64/installimage/Makefile:1.17	Wed Jun  2 16:07:33 2021
+++ src/distrib/amd64/installimage/Makefile	Sun Dec 26 03:07:06 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.17 2021/06/02 16:07:33 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.18 2021/12/26 03:07:06 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1800			# for all installation binaries
+INSTIMAGEMB?=	2150			# 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.1 src/distrib/amd64/installimage-bios/Makefile:1.2
--- src/distrib/amd64/installimage-bios/Makefile:1.1	Fri Oct  8 20:24:06 2021
+++ src/distrib/amd64/installimage-bios/Makefile	Sun Dec 26 03:07:06 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.1 2021/10/08 20:24:06 maya Exp $
+#	$NetBSD: Makefile,v 1.2 2021/12/26 03:07:06 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-bios-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1800			# for all installation binaries
+INSTIMAGEMB?=	2150			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot

Reply via email to