diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2021-12-26 03:07:06 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2021-12-26 03:07:06 +0000 |
| commit | 1e179554aa19e54be7476cc65e4e3c1625313872 (patch) | |
| tree | 2d511c5ad4ff279d3c5feccb684df0a98631ebc4 /distrib/amd64 | |
| parent | 94fc2cf34edcc02c875cbbb9e034d3889331d2f2 (diff) | |
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! :-)
Diffstat (limited to 'distrib/amd64')
| -rw-r--r-- | distrib/amd64/installimage-bios/Makefile | 4 | ||||
| -rw-r--r-- | 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 b59266308bc..0dff5c448db 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 <bsd.own.mk> 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 f791b1a40c7..486ef5dbfb9 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 <bsd.own.mk> 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 |
