Sun May 30 09:54:56 2021 UTC ()
Bump image size slightly (for gcc 10)


(martin)
diff -r1.19 -r1.20 src/distrib/i386/installimage/Makefile

cvs diff -r1.19 -r1.20 src/distrib/i386/installimage/Makefile (expand / switch to unified diff)

--- src/distrib/i386/installimage/Makefile 2020/05/06 09:18:10 1.19
+++ src/distrib/i386/installimage/Makefile 2021/05/30 09:54:56 1.20
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.19 2020/05/06 09:18:10 bouyer Exp $ 1# $NetBSD: Makefile,v 1.20 2021/05/30 09:54:56 martin Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5INSTIMGBASE= NetBSD-${DISTRIBVER}-i386-install # gives ${IMGBASE}.img 5INSTIMGBASE= NetBSD-${DISTRIBVER}-i386-install # gives ${IMGBASE}.img
6 6
7INSTIMAGEMB?= 1900 # for all installation binaries 7INSTIMAGEMB?= 2000 # for all installation binaries
8 8
9PRIMARY_BOOT= bootxx_ffsv1 9PRIMARY_BOOT= bootxx_ffsv1
10SECONDARY_BOOT= boot 10SECONDARY_BOOT= boot
11SECONDARY_BOOT_ARG= # unnecessary 11SECONDARY_BOOT_ARG= # unnecessary
12 12
13USE_MBR= yes 13USE_MBR= yes
14 14
15CLEANFILES+= boot.cfg 15CLEANFILES+= boot.cfg
16 16
17prepare_md_post: 17prepare_md_post:
18 ${TOOL_SED} \ 18 ${TOOL_SED} \
19 -e "s/@@MACHINE@@/${MACHINE}/" \ 19 -e "s/@@MACHINE@@/${MACHINE}/" \
20 -e "s/@@VERSION@@/${DISTRIBVER}/" \ 20 -e "s/@@VERSION@@/${DISTRIBVER}/" \