Document vfs.root.mountdelay value.

Reminded by:	ru
This commit is contained in:
pjd 2004-09-24 09:33:48 +00:00
parent db95a45215
commit 8d7ed450e1
2 changed files with 9 additions and 0 deletions

View File

@ -285,6 +285,13 @@
value is 1 (default), but this may cause problems with
some peripherals. Set to 0 to disable.
set vfs.root.mountdelay=<value>
Delay root partition mount if there is no required provider.
value is a maximum number of seconds to wait for provider to
show up (default is 5 seconds).
################################################################################
# Tshow DShow the values of variables

View File

@ -99,6 +99,8 @@ module_path="/boot/modules" # Set the module search path
#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
#vfs.root.mountfrom="" # Specify root partition in a way the
# kernel understands
#vfs.root.mountdelay="5" # Delay root partition mount if there is no
# required provider
#vm.kmem_size="" # Sets the size of kernel memory (bytes)
#debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on
#debug.ktr.mask="0x1200" # Bitmask of KTR events to enable