Module Name: src
Committed By: he
Date: Fri Jun 28 19:24:29 UTC 2013
Modified Files:
src/distrib/zaurus/ramdisk: Makefile
src/sys/arch/zaurus/conf: INSTALL
Log Message:
Bump the INSTALL ramdisk by 100k so that the contents fits again.
Approved by nonaka@
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/zaurus/ramdisk/Makefile
cvs rdiff -u -r1.18 -r1.19 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.15 src/distrib/zaurus/ramdisk/Makefile:1.16
--- src/distrib/zaurus/ramdisk/Makefile:1.15 Sat Apr 7 09:10:47 2012
+++ src/distrib/zaurus/ramdisk/Makefile Fri Jun 28 19:24:29 2013
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2012/04/07 09:10:47 nonaka Exp $
+# $NetBSD: Makefile,v 1.16 2013/06/28 19:24:29 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2112k
+IMAGESIZE= 2212k
MAKEFS_FLAGS= -f 14
WARNS= 1
Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.18 src/sys/arch/zaurus/conf/INSTALL:1.19
--- src/sys/arch/zaurus/conf/INSTALL:1.18 Wed Oct 17 14:49:02 2012
+++ src/sys/arch/zaurus/conf/INSTALL Fri Jun 28 19:24:28 2013
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.18 2012/10/17 14:49:02 apb Exp $
+# $NetBSD: INSTALL,v 1.19 2013/06/28 19:24:28 he 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=4224 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4424 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# for reduce kernel size.