Module Name:    src
Committed By:   riz
Date:           Sun Aug 10 20:04:30 UTC 2014

Modified Files:
        src/distrib/newsmips/floppies/ramdisk: Makefile
        src/sys/arch/newsmips/conf: INSTALL

Log Message:
Bump the ramdisk size; the longer paths on the build cluster are
likely enough to put this over the edge.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/distrib/newsmips/floppies/ramdisk/Makefile
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/newsmips/conf/INSTALL

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

Modified files:

Index: src/distrib/newsmips/floppies/ramdisk/Makefile
diff -u src/distrib/newsmips/floppies/ramdisk/Makefile:1.31 src/distrib/newsmips/floppies/ramdisk/Makefile:1.32
--- src/distrib/newsmips/floppies/ramdisk/Makefile:1.31	Thu Feb 11 09:06:49 2010
+++ src/distrib/newsmips/floppies/ramdisk/Makefile	Sun Aug 10 20:04:30 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.31 2010/02/11 09:06:49 roy Exp $
+#	$NetBSD: Makefile,v 1.32 2014/08/10 20:04:30 riz Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2560k
+IMAGESIZE=	2660k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/sys/arch/newsmips/conf/INSTALL
diff -u src/sys/arch/newsmips/conf/INSTALL:1.42 src/sys/arch/newsmips/conf/INSTALL:1.43
--- src/sys/arch/newsmips/conf/INSTALL:1.42	Sat Apr 27 18:19:47 2013
+++ src/sys/arch/newsmips/conf/INSTALL	Sun Aug 10 20:04:30 2014
@@ -1,4 +1,4 @@
-# 	$NetBSD: INSTALL,v 1.42 2013/04/27 18:19:47 christos Exp $
+# 	$NetBSD: INSTALL,v 1.43 2014/08/10 20:04:30 riz Exp $
 #
 #	INSTALL kernel for RISC-NEWS
 
@@ -14,7 +14,7 @@ maxusers	8
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
 options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
-options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 Megabytes
+options 	MEMORY_DISK_ROOT_SIZE=5320	# 2.6 Megabytes
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 options 	news3400

Reply via email to