Module Name: src
Committed By: tsutsui
Date: Fri May 20 07:57:07 UTC 2011
Modified Files:
src/distrib/zaurus/ramdisk: Makefile
src/sys/arch/zaurus/conf: INSTALL
Log Message:
Shrink ramdisk size to 2048KB.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/zaurus/ramdisk/Makefile
cvs rdiff -u -r1.8 -r1.9 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.13 src/distrib/zaurus/ramdisk/Makefile:1.14
--- src/distrib/zaurus/ramdisk/Makefile:1.13 Fri May 6 18:33:59 2011
+++ src/distrib/zaurus/ramdisk/Makefile Fri May 20 07:57:07 2011
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2011/05/06 18:33:59 tsutsui Exp $
+# $NetBSD: Makefile,v 1.14 2011/05/20 07:57:07 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2144k
+IMAGESIZE= 2048k
MAKEFS_FLAGS= -f 14
WARNS= 1
Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.8 src/sys/arch/zaurus/conf/INSTALL:1.9
--- src/sys/arch/zaurus/conf/INSTALL:1.8 Fri May 20 07:47:53 2011
+++ src/sys/arch/zaurus/conf/INSTALL Fri May 20 07:57:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.8 2011/05/20 07:47:53 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.9 2011/05/20 07:57:07 tsutsui Exp $
#
# INSTALL config file (GENERIC with memory disk root)
#
@@ -9,7 +9,7 @@
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=4288 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# for reduce kernel size.