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.