Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sparc64/xminiroot Bump image size
details: https://anonhg.NetBSD.org/src/rev/d68fe633a53b
branches: trunk
changeset: 331398:d68fe633a53b
user: martin <martin%NetBSD.org@localhost>
date: Sun Aug 10 14:42:33 2014 +0000
description:
Bump image size
diffstat:
distrib/sparc64/xminiroot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fb6b37ad0bea -r d68fe633a53b distrib/sparc64/xminiroot/Makefile
--- a/distrib/sparc64/xminiroot/Makefile Sun Aug 10 14:17:19 2014 +0000
+++ b/distrib/sparc64/xminiroot/Makefile Sun Aug 10 14:42:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/08/05 15:40:58 apb Exp $
+# $NetBSD: Makefile,v 1.33 2014/08/10 14:42:33 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
.include "${.CURDIR}/../instfs/Makefile.instfs"
IMAGE= miniroot.fs
-NUMCYLS= 12 # size of image in MB, tune this if we need more space
+NUMCYLS= 13 # size of image in MB, tune this if we need more space
SECSPERCYL= 2048
CYLSIZE= $$(( ${SECSPERCYL} * 512 ))
IMAGESIZE= $$(( ${NUMCYLS} * ${CYLSIZE} ))
Home |
Main Index |
Thread Index |
Old Index