Module Name: src Committed By: martin Date: Fri Aug 8 07:45:04 UTC 2014
Modified Files: src/sys/arch/macppc/conf: MAMBO POWERMAC_G5 Log Message: Make all ramdisk root sizes equal again To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/macppc/conf/MAMBO cvs rdiff -u -r1.21 -r1.22 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/MAMBO diff -u src/sys/arch/macppc/conf/MAMBO:1.20 src/sys/arch/macppc/conf/MAMBO:1.21 --- src/sys/arch/macppc/conf/MAMBO:1.20 Wed Aug 6 14:23:53 2014 +++ src/sys/arch/macppc/conf/MAMBO Fri Aug 8 07:45:04 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.20 $" +#ident "GENERIC-$Revision: 1.21 $" 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=4480 # 2240 KiB +options MEMORY_DISK_ROOT_SIZE=4496 # 2248 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.21 src/sys/arch/macppc/conf/POWERMAC_G5:1.22 --- src/sys/arch/macppc/conf/POWERMAC_G5:1.21 Wed Aug 6 14:23:53 2014 +++ src/sys/arch/macppc/conf/POWERMAC_G5 Fri Aug 8 07:45:04 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=4480 # 2240 KiB +options MEMORY_DISK_ROOT_SIZE=4496 # 2248 KiB options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode