Update all ramdisk sizes

This commit is contained in:
martin 2014-08-05 18:08:02 +00:00
parent c30561b5e9
commit 330a17b1e2
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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