Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sgimips/instkernel Bump the image size so that the c...



details:   https://anonhg.NetBSD.org/src/rev/6f67bc2702a6
branches:  trunk
changeset: 768186:6f67bc2702a6
user:      he <he%NetBSD.org@localhost>
date:      Thu Aug 11 07:47:22 2011 +0000

description:
Bump the image size so that the contents fits again.

diffstat:

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

diffs (18 lines):

diff -r 83b94a1b1b71 -r 6f67bc2702a6 distrib/sgimips/instkernel/Makefile
--- a/distrib/sgimips/instkernel/Makefile       Thu Aug 11 07:38:56 2011 +0000
+++ b/distrib/sgimips/instkernel/Makefile       Thu Aug 11 07:47:22 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2011/02/20 08:26:09 matt Exp $
+#      $NetBSD: Makefile,v 1.9 2011/08/11 07:47:22 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 .endif
 
 IMAGE=         diskimage
-IMAGESIZE=     3600k
+IMAGESIZE=     3700k
 MTREECONF=     ${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=   be
 



Home | Main Index | Thread Index | Old Index