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/116a7d959f9d
branches: trunk
changeset: 355181:116a7d959f9d
user: hannken <hannken%NetBSD.org@localhost>
date: Mon Jul 17 14:36:13 2017 +0000
description:
Bump image size.
diffstat:
distrib/sparc64/xminiroot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 15e38fe53a7c -r 116a7d959f9d distrib/sparc64/xminiroot/Makefile
--- a/distrib/sparc64/xminiroot/Makefile Mon Jul 17 09:22:36 2017 +0000
+++ b/distrib/sparc64/xminiroot/Makefile Mon Jul 17 14:36:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/08/10 14:42:33 martin Exp $
+# $NetBSD: Makefile,v 1.34 2017/07/17 14:36:13 hannken Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
.include "${.CURDIR}/../instfs/Makefile.instfs"
IMAGE= miniroot.fs
-NUMCYLS= 13 # size of image in MB, tune this if we need more space
+NUMCYLS= 14 # 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