diff options
| author | gson <gson@NetBSD.org> | 2019-08-11 11:00:30 +0000 |
|---|---|---|
| committer | gson <gson@NetBSD.org> | 2019-08-11 11:00:30 +0000 |
| commit | 3859e4433d81d25a32b3d73250a6e11dd5a78dec (patch) | |
| tree | 0f4c255681e7d786c15c914988a7865856c2f236 /distrib/amd64 | |
| parent | e9c504faf82a96827bf8edc10ac3bb62e49ba1c4 (diff) | |
Live images built with MKDEBUG=yes fit in 2 GB since installing _pic.a
libraries was disabled in src/share/mk/bsd.own.mk 1.1150.
Diffstat (limited to 'distrib/amd64')
| -rw-r--r-- | distrib/amd64/liveimage/emuimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/liveimage/emuimage/Makefile b/distrib/amd64/liveimage/emuimage/Makefile index 5874d937a79..cd7a06711a9 100644 --- a/distrib/amd64/liveimage/emuimage/Makefile +++ b/distrib/amd64/liveimage/emuimage/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2019/08/07 07:59:35 gson Exp $ +# $NetBSD: Makefile,v 1.7 2019/08/11 11:00:30 gson Exp $ LIVEIMGBASE= NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img -EMUIMAGEMB?= 3725 # 4GB USB flash memories aren't 4GiB +EMUIMAGEMB?= 1907 # 2GB USB flash memories aren't 2GiB LIVEIMAGEMB= ${EMUIMAGEMB} .include "${.CURDIR}/../Makefile.liveimage" |
