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/5b48f894b803
branches:  trunk
changeset: 789666:5b48f894b803
user:      he <he%NetBSD.org@localhost>
date:      Sat Aug 31 10:42:18 2013 +0000

description:
Bump the image size so that the contents fits again.  Kernel (at
least INSTALL32_IP3x) has big enough area already.

diffstat:

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

diffs (18 lines):

diff -r bc7d796affc8 -r 5b48f894b803 distrib/sgimips/instkernel/Makefile
--- a/distrib/sgimips/instkernel/Makefile       Sat Aug 31 07:33:15 2013 +0000
+++ b/distrib/sgimips/instkernel/Makefile       Sat Aug 31 10:42:18 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2012/02/04 22:27:25 he Exp $
+#      $NetBSD: Makefile,v 1.11 2013/08/31 10:42:18 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 .endif
 
 IMAGE=         diskimage
-IMAGESIZE=     3800k
+IMAGESIZE=     4000k
 MTREECONF=     ${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=   be
 



Home | Main Index | Thread Index | Old Index