Module Name: src Committed By: gdt Date: Mon Aug 14 13:54:05 UTC 2023
Modified Files: src/distrib/amd64/installimage: installimage.mk Log Message: amd64 installimage: Reduce non-xz size slightly to fit 4GB flash drives The installimage sizes were bumped in 2022 because of some growth, and the case for not-xz sets went to 4000 (MiB). That's just over what a lot of "4 GB" flash drives are, but seems obviously intended to fit. The actual usage of the filesystem, from a current build from earlier this year (with non-xz sets) is: /dev/dk1 3.7G 833M 2.7G 23% /mnt and similar for netbsd-10 built yesterday, so we can afford to shrink slightly. Drop to 3800, which is still huge, but will make 4 GB flash drives work. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/amd64/installimage/installimage.mk 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/installimage.mk diff -u src/distrib/amd64/installimage/installimage.mk:1.3 src/distrib/amd64/installimage/installimage.mk:1.4 --- src/distrib/amd64/installimage/installimage.mk:1.3 Sat Jul 30 00:55:38 2022 +++ src/distrib/amd64/installimage/installimage.mk Mon Aug 14 13:54:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: installimage.mk,v 1.3 2022/07/30 00:55:38 pgoyette Exp $ +# $NetBSD: installimage.mk,v 1.4 2023/08/14 13:54:05 gdt Exp $ # common code between distrib/amd64/installimage/Makefile and # distrib/amd64/installimage-bios/Makefile. @@ -6,7 +6,7 @@ .if ${USE_XZ_SETS:Uno} != "no" INSTIMAGEMB?= 2500 # for all installation binaries .else -INSTIMAGEMB?= 4000 # for all installation binaries +INSTIMAGEMB?= 3800 # for all installation binaries .endif PRIMARY_BOOT= bootxx_ffsv1