Bump ramdisk size to 3000 blocks.
This commit is contained in:
parent
8b96464ca3
commit
f302f813f2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_TINY,v 1.68 2003/04/10 22:06:58 christos Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.69 2003/04/23 14:21:07 jmmv Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
|||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MEMORY_DISK_ROOT_SIZE=2960 # size of memory disk, in blocks
|
||||
options MEMORY_DISK_ROOT_SIZE=3000 # size of memory disk, in blocks
|
||||
|
||||
maxusers 2 # estimated number of users
|
||||
|
||||
|
|
Loading…
Reference in New Issue