Don't trim the ramdisk space smaller than the max ramdisk size...i.e. make it 2M

This commit is contained in:
jmc 2004-03-08 05:52:56 +00:00
parent 335ed73c4c
commit 1e908aacac

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.9 2004/02/21 11:38:28 augustss Exp $ # $NetBSD: INSTALL,v 1.10 2004/03/08 05:52:56 jmc Exp $
# #
# INSTALL # INSTALL
# #
@ -18,7 +18,7 @@ maxusers 32
options MEMORY_DISK_HOOKS options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=4000 # size of memory disk, in blocks options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
options INSECURE # disable kernel security levels options INSECURE # disable kernel security levels