correct MEMORY_DISK_* option docs
This commit is contained in:
parent
07c506680f
commit
44fc6258f3
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.575 2020/08/16 10:27:47 jdolecek Exp $
|
||||
# $NetBSD: GENERIC,v 1.576 2020/08/17 19:41:32 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.575 $"
|
||||
#ident "GENERIC-$Revision: 1.576 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -1142,8 +1142,10 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
pseudo-device fss # file system snapshot device
|
||||
|
||||
pseudo-device md # memory disk device (ramdisk)
|
||||
options MEMORY_DISK_HOOKS # enable root ramdisk
|
||||
options MEMORY_DISK_DYNAMIC # loaded via kernel module(7)
|
||||
options MEMORY_DISK_HOOKS # enable md specific hooks
|
||||
#options MEMORY_DISK_IS_ROOT # enable root ramdisk
|
||||
options MEMORY_DISK_DYNAMIC # enable dynamic resizing
|
||||
#options MEMORY_DISK_SERVER # enable userland server hooks
|
||||
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
options VND_COMPRESSION # compressed vnd(4)
|
||||
|
Loading…
Reference in New Issue
Block a user