aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-09-24 09:33:48 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-09-24 09:33:48 +0000
commit12f5309d62bd687c5849e91494176209e81d66f2 (patch)
tree0fc1ab7fdc1c851da83ce93e3e1c60e1df51e435 /sys/boot/forth/loader.conf
parentd0257d9c10c20be23e60e6c1edf5629446852869 (diff)
downloadsrc-12f5309d62bd687c5849e91494176209e81d66f2.tar.gz
src-12f5309d62bd687c5849e91494176209e81d66f2.zip
Document vfs.root.mountdelay value.
Reminded by: ru
Notes
Notes: svn path=/head/; revision=135729
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index d5516d98e7d8..9460886c57c8 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -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