Module Name:    src
Committed By:   he
Date:           Sat Feb  4 22:27:26 UTC 2012

Modified Files:
        src/distrib/sgimips/instkernel: Makefile
        src/distrib/sgimips/ramdisk: Makefile
        src/sys/arch/sgimips/conf: INSTALL32_IP2x

Log Message:
Bump the install image size so that this builds again.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sgimips/instkernel/Makefile
cvs rdiff -u -r1.18 -r1.19 src/distrib/sgimips/ramdisk/Makefile
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sgimips/conf/INSTALL32_IP2x

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

Modified files:

Index: src/distrib/sgimips/instkernel/Makefile
diff -u src/distrib/sgimips/instkernel/Makefile:1.9 src/distrib/sgimips/instkernel/Makefile:1.10
--- src/distrib/sgimips/instkernel/Makefile:1.9	Thu Aug 11 07:47:22 2011
+++ src/distrib/sgimips/instkernel/Makefile	Sat Feb  4 22:27:25 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2011/08/11 07:47:22 he Exp $
+#	$NetBSD: Makefile,v 1.10 2012/02/04 22:27:25 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@ LISTS=		${.CURDIR}/list64
 .endif
 
 IMAGE=		diskimage
-IMAGESIZE=	3700k
+IMAGESIZE=	3800k
 MTREECONF=	${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=	be
 

Index: src/distrib/sgimips/ramdisk/Makefile
diff -u src/distrib/sgimips/ramdisk/Makefile:1.18 src/distrib/sgimips/ramdisk/Makefile:1.19
--- src/distrib/sgimips/ramdisk/Makefile:1.18	Thu Feb 11 09:06:50 2010
+++ src/distrib/sgimips/ramdisk/Makefile	Sat Feb  4 22:27:26 2012
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.18 2010/02/11 09:06:50 roy Exp $
+#	$NetBSD: Makefile,v 1.19 2012/02/04 22:27:26 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
 IMAGETAR=	diskimage.tgz
-IMAGESIZE=	3m
+IMAGESIZE=	3200k
 MAKEFS_FLAGS=	-f 15 -o density=4k
 
 WARNS=		1

Index: src/sys/arch/sgimips/conf/INSTALL32_IP2x
diff -u src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.8 src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.9
--- src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.8	Fri Feb  6 18:50:28 2009
+++ src/sys/arch/sgimips/conf/INSTALL32_IP2x	Sat Feb  4 22:27:26 2012
@@ -11,5 +11,5 @@ makeoptions	COPTS="-Os"
 options         MEMORY_DISK_HOOKS
 options         MEMORY_DISK_IS_ROOT     # force root on memory disk
 options         MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options         MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk in blocks (3MB)
+options         MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk in blocks (3200k)
 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode

Reply via email to