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 the miniroot size from 8m to ...



details:   https://anonhg.NetBSD.org/src/rev/192abf740a01
branches:  trunk
changeset: 750549:192abf740a01
user:      he <he%NetBSD.org@localhost>
date:      Tue Jan 05 18:36:16 2010 +0000

description:
Bump the miniroot size from 8m to 9m, so that the contents fits again.
OK'ed by mrg@

diffstat:

 distrib/sparc64/xminiroot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8e7654cfa373 -r 192abf740a01 distrib/sparc64/xminiroot/Makefile
--- a/distrib/sparc64/xminiroot/Makefile        Tue Jan 05 17:57:06 2010 +0000
+++ b/distrib/sparc64/xminiroot/Makefile        Tue Jan 05 18:36:16 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index