Module Name: src
Committed By: martin
Date: Tue Aug 5 18:08:03 UTC 2014
Modified Files:
src/sys/arch/macppc/conf: GENERIC_MD MAMBO POWERMAC_G5
Log Message:
Update all ramdisk sizes
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/macppc/conf/GENERIC_MD
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/macppc/conf/MAMBO
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/conf/POWERMAC_G5
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/GENERIC_MD
diff -u src/sys/arch/macppc/conf/GENERIC_MD:1.12 src/sys/arch/macppc/conf/GENERIC_MD:1.13
--- src/sys/arch/macppc/conf/GENERIC_MD:1.12 Fri Mar 23 18:37:42 2012
+++ src/sys/arch/macppc/conf/GENERIC_MD Tue Aug 5 18:08:02 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_MD,v 1.12 2012/03/23 18:37:42 he Exp $
+# $NetBSD: GENERIC_MD,v 1.13 2014/08/05 18:08:02 martin Exp $
#
# GENERIC_MD config file
#
@@ -8,5 +8,5 @@ include "arch/macppc/conf/GENERIC"
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
-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
Index: src/sys/arch/macppc/conf/MAMBO
diff -u src/sys/arch/macppc/conf/MAMBO:1.18 src/sys/arch/macppc/conf/MAMBO:1.19
--- src/sys/arch/macppc/conf/MAMBO:1.18 Sat Apr 27 21:43:32 2013
+++ src/sys/arch/macppc/conf/MAMBO Tue Aug 5 18:08:02 2014
@@ -6,7 +6,7 @@ include "arch/macppc/conf/std.macppc.g5
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.18 $"
+#ident "GENERIC-$Revision: 1.19 $"
maxusers 32
@@ -197,7 +197,7 @@ pseudo-device nsmb # SMB requester
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
-options MEMORY_DISK_ROOT_SIZE=4224 # 2112 KiB
+options MEMORY_DISK_ROOT_SIZE=4472 # 2236 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options MAMBO
Index: src/sys/arch/macppc/conf/POWERMAC_G5
diff -u src/sys/arch/macppc/conf/POWERMAC_G5:1.19 src/sys/arch/macppc/conf/POWERMAC_G5:1.20
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.19 Sat Apr 27 21:43:32 2013
+++ src/sys/arch/macppc/conf/POWERMAC_G5 Tue Aug 5 18:08:02 2014
@@ -187,5 +187,5 @@ pseudo-device nsmb # SMB requester
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
-options MEMORY_DISK_ROOT_SIZE=4224 # 2112 KiB
+options MEMORY_DISK_ROOT_SIZE=4472 # 2236 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode