Module Name: src Committed By: martin Date: Sun May 30 09:54:56 UTC 2021
Modified Files: src/distrib/i386/installimage: Makefile Log Message: Bump image size slightly (for gcc 10) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/distrib/i386/installimage/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/i386/installimage/Makefile diff -u src/distrib/i386/installimage/Makefile:1.19 src/distrib/i386/installimage/Makefile:1.20 --- src/distrib/i386/installimage/Makefile:1.19 Wed May 6 09:18:10 2020 +++ src/distrib/i386/installimage/Makefile Sun May 30 09:54:56 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2020/05/06 09:18:10 bouyer Exp $ +# $NetBSD: Makefile,v 1.20 2021/05/30 09:54:56 martin Exp $ .include <bsd.own.mk> INSTIMGBASE= NetBSD-${DISTRIBVER}-i386-install # gives ${IMGBASE}.img -INSTIMAGEMB?= 1900 # for all installation binaries +INSTIMAGEMB?= 2000 # for all installation binaries PRIMARY_BOOT= bootxx_ffsv1 SECONDARY_BOOT= boot