Source-Changes-HG archive

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

[src/trunk]: src Bump the ramdisk size; the longer paths on the build cluster...



details:   https://anonhg.NetBSD.org/src/rev/dd2fe4d0ce46
branches:  trunk
changeset: 331433:dd2fe4d0ce46
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Aug 10 20:04:30 2014 +0000

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

diffstat:

 distrib/newsmips/floppies/ramdisk/Makefile |  4 ++--
 sys/arch/newsmips/conf/INSTALL             |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e84704e6ebc9 -r dd2fe4d0ce46 distrib/newsmips/floppies/ramdisk/Makefile
--- a/distrib/newsmips/floppies/ramdisk/Makefile        Sun Aug 10 19:44:52 2014 +0000
+++ b/distrib/newsmips/floppies/ramdisk/Makefile        Sun Aug 10 20:04:30 2014 +0000
@@ -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
diff -r e84704e6ebc9 -r dd2fe4d0ce46 sys/arch/newsmips/conf/INSTALL
--- a/sys/arch/newsmips/conf/INSTALL    Sun Aug 10 19:44:52 2014 +0000
+++ b/sys/arch/newsmips/conf/INSTALL    Sun Aug 10 20:04:30 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index