Module Name:    src
Committed By:   pgoyette
Date:           Wed Jun  2 16:07:33 UTC 2021

Modified Files:
        src/distrib/amd64/installimage: Makefile

Log Message:
The install image grew again - update size


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/amd64/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/amd64/installimage/Makefile
diff -u src/distrib/amd64/installimage/Makefile:1.16 src/distrib/amd64/installimage/Makefile:1.17
--- src/distrib/amd64/installimage/Makefile:1.16	Mon Apr 26 14:08:11 2021
+++ src/distrib/amd64/installimage/Makefile	Wed Jun  2 16:07:33 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.16 2021/04/26 14:08:11 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.17 2021/06/02 16:07:33 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1700			# for all installation binaries
+INSTIMAGEMB?=	1800			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot

Reply via email to