diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2022-07-30 00:55:38 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2022-07-30 00:55:38 +0000 |
| commit | 12c23c11e7f31beb27a43344cb1fffb0a98f471b (patch) | |
| tree | a1e5bf230fa99fefddfa80564513e5b3edb73aff /distrib/amd64 | |
| parent | 389ea7102c940b44e9ffad89876d711fd3e760bd (diff) | |
The new drm modules made the image file grow again! Bump the size
limit a bit.
XXX Other $ARCH might also need this.
Diffstat (limited to 'distrib/amd64')
| -rw-r--r-- | distrib/amd64/installimage/installimage.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/amd64/installimage/installimage.mk b/distrib/amd64/installimage/installimage.mk index a90d3db1256..ec6f4cf3507 100644 --- a/distrib/amd64/installimage/installimage.mk +++ b/distrib/amd64/installimage/installimage.mk @@ -1,12 +1,12 @@ -# $NetBSD: installimage.mk,v 1.2 2022/05/22 19:32:41 jmcneill Exp $ +# $NetBSD: installimage.mk,v 1.3 2022/07/30 00:55:38 pgoyette Exp $ # common code between distrib/amd64/installimage/Makefile and # distrib/amd64/installimage-bios/Makefile. .if ${USE_XZ_SETS:Uno} != "no" -INSTIMAGEMB?= 2250 # for all installation binaries +INSTIMAGEMB?= 2500 # for all installation binaries .else -INSTIMAGEMB?= 3500 # for all installation binaries +INSTIMAGEMB?= 4000 # for all installation binaries .endif PRIMARY_BOOT= bootxx_ffsv1 |
