Add options MEMORY_DISK_SERVER=0 (to disable user-space mdconfig(8) support).

This commit is contained in:
tsutsui 2002-03-30 07:08:55 +00:00
parent 3ba8ce25ee
commit d2231045f2

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.56 2002/03/10 19:56:43 lukem Exp $
# $NetBSD: INSTALL,v 1.57 2002/03/30 07:08:55 tsutsui Exp $
#
# config file for INSTALL FLOPPY
#
@ -17,6 +17,7 @@ makeoptions TEXTADDR=0x800000
# 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_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_SIZE=4096 # 2 Megabytes
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)