Module Name: src
Committed By: martin
Date: Mon Aug 4 20:59:19 UTC 2014
Modified Files:
src/sys/arch/zaurus/conf: INSTALL
Log Message:
Adapt to increased ramdisk size
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.21 src/sys/arch/zaurus/conf/INSTALL:1.22
--- src/sys/arch/zaurus/conf/INSTALL:1.21 Sat Mar 1 12:40:50 2014
+++ src/sys/arch/zaurus/conf/INSTALL Mon Aug 4 20:59:19 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.21 2014/03/01 12:40:50 joerg Exp $
+# $NetBSD: INSTALL,v 1.22 2014/08/04 20:59:19 martin 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=4424 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4516 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# for reduce kernel size.