Sat Jul 30 00:55:38 2022 UTC ()
The new drm modules made the image file grow again!  Bump the size
limit a bit.

XXX Other $ARCH might also need this.


(pgoyette)
diff -r1.2 -r1.3 src/distrib/amd64/installimage/installimage.mk

cvs diff -r1.2 -r1.3 src/distrib/amd64/installimage/installimage.mk (expand / switch to unified diff)

--- src/distrib/amd64/installimage/installimage.mk 2022/05/22 19:32:41 1.2
+++ src/distrib/amd64/installimage/installimage.mk 2022/07/30 00:55:38 1.3
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: installimage.mk,v 1.2 2022/05/22 19:32:41 jmcneill Exp $ 1# $NetBSD: installimage.mk,v 1.3 2022/07/30 00:55:38 pgoyette Exp $
2 2
3# common code between distrib/amd64/installimage/Makefile and 3# common code between distrib/amd64/installimage/Makefile and
4# distrib/amd64/installimage-bios/Makefile. 4# distrib/amd64/installimage-bios/Makefile.
5 5
6.if ${USE_XZ_SETS:Uno} != "no" 6.if ${USE_XZ_SETS:Uno} != "no"
7INSTIMAGEMB?= 2250 # for all installation binaries 7INSTIMAGEMB?= 2500 # for all installation binaries
8.else 8.else
9INSTIMAGEMB?= 3500 # for all installation binaries 9INSTIMAGEMB?= 4000 # for all installation binaries
10.endif 10.endif
11 11
12PRIMARY_BOOT= bootxx_ffsv1 12PRIMARY_BOOT= bootxx_ffsv1
13SECONDARY_BOOT= boot 13SECONDARY_BOOT= boot
14SECONDARY_BOOT_ARG= # unnecessary 14SECONDARY_BOOT_ARG= # unnecessary
15 15
16CLEANFILES+= boot.cfg 16CLEANFILES+= boot.cfg
17 17
18prepare_md_post: 18prepare_md_post:
19 ${TOOL_SED} \ 19 ${TOOL_SED} \
20 -e "s/@@MACHINE@@/${MACHINE}/" \ 20 -e "s/@@MACHINE@@/${MACHINE}/" \
21 -e "s/@@VERSION@@/${DISTRIBVER}/" \ 21 -e "s/@@VERSION@@/${DISTRIBVER}/" \
22 < ${.CURDIR}/boot.cfg.in > boot.cfg 22 < ${.CURDIR}/boot.cfg.in > boot.cfg