From 4eb53ee9e842f2a25ba2a933734a447010ca5cb0 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Sun, 26 Dec 2021 03:07:06 +0000 Subject: [PATCH] Once again things have grown, so the install image allocation size needs to be bumped. XXX There's gotta be a better way to maintain this! :-) --- distrib/amd64/installimage-bios/Makefile | 4 ++-- distrib/amd64/installimage/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/amd64/installimage-bios/Makefile b/distrib/amd64/installimage-bios/Makefile index b59266308bc2..0dff5c448db0 100644 --- a/distrib/amd64/installimage-bios/Makefile +++ b/distrib/amd64/installimage-bios/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2021/10/08 20:24:06 maya Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/26 03:07:06 pgoyette Exp $ .include INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-bios-install # gives ${IMGBASE}.img -INSTIMAGEMB?= 1800 # for all installation binaries +INSTIMAGEMB?= 2150 # for all installation binaries PRIMARY_BOOT= bootxx_ffsv1 SECONDARY_BOOT= boot diff --git a/distrib/amd64/installimage/Makefile b/distrib/amd64/installimage/Makefile index f791b1a40c79..486ef5dbfb95 100644 --- a/distrib/amd64/installimage/Makefile +++ b/distrib/amd64/installimage/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2021/06/02 16:07:33 pgoyette Exp $ +# $NetBSD: Makefile,v 1.18 2021/12/26 03:07:06 pgoyette Exp $ .include INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-install # gives ${IMGBASE}.img -INSTIMAGEMB?= 1800 # for all installation binaries +INSTIMAGEMB?= 2150 # for all installation binaries PRIMARY_BOOT= bootxx_ffsv1 SECONDARY_BOOT= boot