diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2021-01-18 03:35:11 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2021-01-18 03:35:11 +0000 |
| commit | 3161a40715b7c1e6f102e736b60852a085158d76 (patch) | |
| tree | f838020016a9ff293d99af322e27441417ce94a3 /distrib/amd64 | |
| parent | c95213f3c39f6814e0330770062f879e42a941fb (diff) | |
Oooppss we need another size bump
Diffstat (limited to 'distrib/amd64')
| -rw-r--r-- | distrib/amd64/installimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/installimage/Makefile b/distrib/amd64/installimage/Makefile index d3f3bb2aa2a..ab81868d24d 100644 --- a/distrib/amd64/installimage/Makefile +++ b/distrib/amd64/installimage/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2021/01/15 21:14:53 pgoyette Exp $ +# $NetBSD: Makefile,v 1.14 2021/01/18 03:35:11 pgoyette Exp $ .include <bsd.own.mk> INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-install # gives ${IMGBASE}.img -INSTIMAGEMB?= 1580 # for all installation binaries +INSTIMAGEMB?= 1590 # for all installation binaries PRIMARY_BOOT= bootxx_ffsv1 SECONDARY_BOOT= boot |
