Module Name:    src
Committed By:   nonaka
Date:           Sat Apr  7 09:10:47 UTC 2012

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

Log Message:
bump up ramdisk size.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/zaurus/ramdisk/Makefile
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/zaurus/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/zaurus/ramdisk/Makefile
diff -u src/distrib/zaurus/ramdisk/Makefile:1.14 src/distrib/zaurus/ramdisk/Makefile:1.15
--- src/distrib/zaurus/ramdisk/Makefile:1.14	Fri May 20 07:57:07 2011
+++ src/distrib/zaurus/ramdisk/Makefile	Sat Apr  7 09:10:47 2012
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.14 2011/05/20 07:57:07 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.15 2012/04/07 09:10:47 nonaka Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2048k
+IMAGESIZE=	2112k
 MAKEFS_FLAGS=	-f 14
 
 WARNS=		1

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.14 src/sys/arch/zaurus/conf/INSTALL:1.15
--- src/sys/arch/zaurus/conf/INSTALL:1.14	Sat Mar 10 21:51:57 2012
+++ src/sys/arch/zaurus/conf/INSTALL	Sat Apr  7 09:10:47 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.14 2012/03/10 21:51:57 joerg Exp $
+# $NetBSD: INSTALL,v 1.15 2012/04/07 09:10:47 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -9,7 +9,7 @@ include 	"arch/zaurus/conf/GENERIC"
 options 	MEMORY_DISK_HOOKS	# enable root ramdisk
 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=4096	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4224	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # for reduce kernel size.

Reply via email to