Document vfs.root.mountdelay value.
Reminded by: ru
This commit is contained in:
parent
db95a45215
commit
8d7ed450e1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user