Module Name: src
Committed By: martin
Date: Wed Aug 6 14:23:53 UTC 2014
Modified Files:
src/sys/arch/macppc/conf: GENERIC_MD INSTALL MAMBO POWERMAC_G5
Log Message:
Bump all image sizes slightly again
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/macppc/conf/GENERIC_MD
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/macppc/conf/INSTALL
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/conf/MAMBO
cvs rdiff -u -r1.20 -r1.21 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.13 src/sys/arch/macppc/conf/GENERIC_MD:1.14
--- src/sys/arch/macppc/conf/GENERIC_MD:1.13 Tue Aug 5 18:08:02 2014
+++ src/sys/arch/macppc/conf/GENERIC_MD Wed Aug 6 14:23:53 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_MD,v 1.13 2014/08/05 18:08:02 martin Exp $
+# $NetBSD: GENERIC_MD,v 1.14 2014/08/06 14:23:53 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=4472 # 2236 KiB
+options MEMORY_DISK_ROOT_SIZE=4480 # 2240 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Index: src/sys/arch/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.120 src/sys/arch/macppc/conf/INSTALL:1.121
--- src/sys/arch/macppc/conf/INSTALL:1.120 Tue Aug 5 16:22:01 2014
+++ src/sys/arch/macppc/conf/INSTALL Wed Aug 6 14:23:53 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.120 2014/08/05 16:22:01 martin Exp $
+# $NetBSD: INSTALL,v 1.121 2014/08/06 14:23:53 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=4472 # 2236 KiB
+options MEMORY_DISK_ROOT_SIZE=4480 # 2240 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support
Index: src/sys/arch/macppc/conf/MAMBO
diff -u src/sys/arch/macppc/conf/MAMBO:1.19 src/sys/arch/macppc/conf/MAMBO:1.20
--- src/sys/arch/macppc/conf/MAMBO:1.19 Tue Aug 5 18:08:02 2014
+++ src/sys/arch/macppc/conf/MAMBO Wed Aug 6 14:23:53 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.19 $"
+#ident "GENERIC-$Revision: 1.20 $"
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=4472 # 2236 KiB
+options MEMORY_DISK_ROOT_SIZE=4480 # 2240 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.20 src/sys/arch/macppc/conf/POWERMAC_G5:1.21
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.20 Tue Aug 5 18:08:02 2014
+++ src/sys/arch/macppc/conf/POWERMAC_G5 Wed Aug 6 14:23:53 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=4472 # 2236 KiB
+options MEMORY_DISK_ROOT_SIZE=4480 # 2240 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode