Module Name: src
Committed By: he
Date: Tue Jan 5 18:36:16 UTC 2010
Modified Files:
src/distrib/sparc64/xminiroot: Makefile
Log Message:
Bump the miniroot size from 8m to 9m, so that the contents fits again.
OK'ed by mrg@
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/distrib/sparc64/xminiroot/Makefile:1.28
--- src/distrib/sparc64/xminiroot/Makefile:1.27 Fri Apr 3 22:36:35 2009
+++ src/distrib/sparc64/xminiroot/Makefile Tue Jan 5 18:36:16 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2009/04/03 22:36:35 perry Exp $
+# $NetBSD: Makefile,v 1.28 2010/01/05 18:36:16 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
.include "${.CURDIR}/../instfs/Makefile.instfs"
IMAGE= miniroot.fs
-IMAGESIZE= 8m
+IMAGESIZE= 9m
IMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
${DESTDIR}/usr/mdec/bootblk
IMAGE_RELEASEDIR= installation/miniroot