Module Name: src
Committed By: martin
Date: Tue Aug 5 16:22:01 UTC 2014
Modified Files:
src/sys/arch/macppc/conf: INSTALL
Log Message:
Adapt to bigger ramdisk image
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/macppc/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/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.119 src/sys/arch/macppc/conf/INSTALL:1.120
--- src/sys/arch/macppc/conf/INSTALL:1.119 Sat Apr 27 21:43:32 2013
+++ src/sys/arch/macppc/conf/INSTALL Tue Aug 5 16:22:01 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.119 2013/04/27 21:43:32 christos Exp $
+# $NetBSD: INSTALL,v 1.120 2014/08/05 16:22:01 martin Exp $
#
# config file for INSTALL FLOPPY
#
@@ -17,7 +17,7 @@ options RTC_OFFSET=0 # hardware clock i
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
-options MEMORY_DISK_ROOT_SIZE=4424 # 2212 KiB
+options MEMORY_DISK_ROOT_SIZE=4472 # 2236 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support