diff options
author | pjd <pjd@FreeBSD.org> | 2004-10-05 11:26:43 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-10-05 11:26:43 +0000 |
commit | c944ef39d68a10c3c36bd291586925beaf9312ae (patch) | |
tree | c1df97211054815f137a57618a80d955940caa3e /sys/boot/forth | |
parent | 3f28bf167b410b5d2330580b044126c343455717 (diff) | |
download | FreeBSD-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/forth')
-rw-r--r-- | sys/boot/forth/loader.conf | 2 |
1 files changed, 0 insertions, 2 deletions
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 |