summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-10-05 11:26:43 +0000
committerpjd <pjd@FreeBSD.org>2004-10-05 11:26:43 +0000
commitc944ef39d68a10c3c36bd291586925beaf9312ae (patch)
treec1df97211054815f137a57618a80d955940caa3e /sys/boot
parent3f28bf167b410b5d2330580b044126c343455717 (diff)
downloadFreeBSD-src-c944ef39d68a10c3c36bd291586925beaf9312ae.zip
FreeBSD-src-c944ef39d68a10c3c36bd291586925beaf9312ae.tar.gz
Back out changes which were introduced to delay mounting root file system.
Those changes were made on gmirror needs, but now gmirror handles this by itself.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/help.common7
-rw-r--r--sys/boot/forth/loader.conf2
2 files changed, 0 insertions, 9 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index e437695..f31580a 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -319,13 +319,6 @@
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
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 38d2836..8d187e3 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -98,8 +98,6 @@ 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
OpenPOWER on IntegriCloud