Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/amd64/liveimage/emuimage Live images built with MKDE...
details: https://anonhg.NetBSD.org/src/rev/b45ea077b0bf
branches: trunk
changeset: 453424:b45ea077b0bf
user: gson <gson%NetBSD.org@localhost>
date: Sun Aug 11 11:00:30 2019 +0000
description:
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:
distrib/amd64/liveimage/emuimage/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 241b73edaec2 -r b45ea077b0bf distrib/amd64/liveimage/emuimage/Makefile
--- a/distrib/amd64/liveimage/emuimage/Makefile Sun Aug 11 08:56:53 2019 +0000
+++ b/distrib/amd64/liveimage/emuimage/Makefile Sun Aug 11 11:00:30 2019 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index