Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Bump all image sizes slightly again
details: https://anonhg.NetBSD.org/src/rev/13f9a85f1178
branches: trunk
changeset: 331259:13f9a85f1178
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 06 14:23:53 2014 +0000
description:
Bump all image sizes slightly again
diffstat:
sys/arch/macppc/conf/GENERIC_MD | 4 ++--
sys/arch/macppc/conf/INSTALL | 4 ++--
sys/arch/macppc/conf/MAMBO | 4 ++--
sys/arch/macppc/conf/POWERMAC_G5 | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diffs (65 lines):
diff -r aefe6d937c91 -r 13f9a85f1178 sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD Wed Aug 06 14:23:52 2014 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD Wed Aug 06 14:23:53 2014 +0000
@@ -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 @@
# 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
diff -r aefe6d937c91 -r 13f9a85f1178 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL Wed Aug 06 14:23:52 2014 +0000
+++ b/sys/arch/macppc/conf/INSTALL Wed Aug 06 14:23:53 2014 +0000
@@ -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 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
diff -r aefe6d937c91 -r 13f9a85f1178 sys/arch/macppc/conf/MAMBO
--- a/sys/arch/macppc/conf/MAMBO Wed Aug 06 14:23:52 2014 +0000
+++ b/sys/arch/macppc/conf/MAMBO Wed Aug 06 14:23:53 2014 +0000
@@ -6,7 +6,7 @@
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 @@
# 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
diff -r aefe6d937c91 -r 13f9a85f1178 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5 Wed Aug 06 14:23:52 2014 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5 Wed Aug 06 14:23:53 2014 +0000
@@ -187,5 +187,5 @@
# 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
Home |
Main Index |
Thread Index |
Old Index