Module Name: src
Committed By: joerg
Date: Thu Mar 6 23:14:16 UTC 2014
Modified Files:
src/sys/arch/evbppc/conf: INSTALL.inc
Log Message:
Give memory disk a bit more breathing room.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/conf/INSTALL.inc
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/evbppc/conf/INSTALL.inc
diff -u src/sys/arch/evbppc/conf/INSTALL.inc:1.1 src/sys/arch/evbppc/conf/INSTALL.inc:1.2
--- src/sys/arch/evbppc/conf/INSTALL.inc:1.1 Wed Jun 8 05:03:43 2011
+++ src/sys/arch/evbppc/conf/INSTALL.inc Thu Mar 6 23:14:16 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL.inc,v 1.1 2011/06/08 05:03:43 matt Exp $
+# $NetBSD: INSTALL.inc,v 1.2 2014/03/06 23:14:16 joerg Exp $
# DEBUG options turned on:
@@ -17,5 +17,5 @@ options MEMORY_DISK_IS_ROOT # force roo
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
## The ramdisk size must be kept in sync manually with the size of
## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
-options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode