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 The amd64 live image no lon...



details:   https://anonhg.NetBSD.org/src/rev/d9350d8fa215
branches:  trunk
changeset: 458689:d9350d8fa215
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Aug 07 07:59:35 2019 +0000

description:
The amd64 live image no longer fits in 2 GB when built with with
MKDEBUG, as releases are.  Bump the size to just under 4 GB (as in
4*10^9, not 4*2^30), the next larger common USB thumb drive size.

diffstat:

 distrib/amd64/liveimage/emuimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 4ab215856717 -r d9350d8fa215 distrib/amd64/liveimage/emuimage/Makefile
--- a/distrib/amd64/liveimage/emuimage/Makefile Wed Aug 07 07:25:50 2019 +0000
+++ b/distrib/amd64/liveimage/emuimage/Makefile Wed Aug 07 07:59:35 2019 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2018/12/16 08:58:21 gson Exp $
+#      $NetBSD: Makefile,v 1.6 2019/08/07 07:59:35 gson Exp $
 
 LIVEIMGBASE=   NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img
 
-EMUIMAGEMB?=   1536                    # 2GB USB flash memories aren't 2GiB
+EMUIMAGEMB?=   3725                    # 4GB USB flash memories aren't 4GiB
 LIVEIMAGEMB=   ${EMUIMAGEMB}
 
 .include "${.CURDIR}/../Makefile.liveimage"



Home | Main Index | Thread Index | Old Index