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/044efa095ea4
branches:  trunk
changeset: 825482:044efa095ea4
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 b97c73cbc9ea -r 044efa095ea4 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