Module Name:    src
Committed By:   martin
Date:           Sun Aug 10 14:42:33 UTC 2014

Modified Files:
        src/distrib/sparc64/xminiroot: Makefile

Log Message:
Bump image size


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/distrib/sparc64/xminiroot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc64/xminiroot/Makefile
diff -u src/distrib/sparc64/xminiroot/Makefile:1.32 src/distrib/sparc64/xminiroot/Makefile:1.33
--- src/distrib/sparc64/xminiroot/Makefile:1.32	Tue Aug  5 15:40:58 2014
+++ src/distrib/sparc64/xminiroot/Makefile	Sun Aug 10 14:42:33 2014
@@ -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} ))

Reply via email to