summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarck <marck@FreeBSD.org>2011-08-23 20:25:11 +0000
committermarck <marck@FreeBSD.org>2011-08-23 20:25:11 +0000
commit4e8b5e7fc05010a8b3225286e7b4afc9a48351d5 (patch)
tree6de4cf4d740da299e0e92ef43bca7931a9564886 /sys/boot
parent5ebe68dec2210c993b36a23d03da8d01570502ff (diff)
downloadFreeBSD-src-4e8b5e7fc05010a8b3225286e7b4afc9a48351d5.zip
FreeBSD-src-4e8b5e7fc05010a8b3225286e7b4afc9a48351d5.tar.gz
Add kern.cam.boot_delay description (with reasonable default) to
default/loader.conf This should help people installing ${OS} to USB devices, where there are frequently cases where kernel tries to mount root before actual umass sensing is finished. Reviewed by: mav Approved by: re (kib) MFC after: 1 week
Diffstat (limited to 'sys/boot')
-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 46a1bbe..c8abe58 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -109,6 +109,8 @@ module_path="/boot/modules" # Set the module search path
#kern.ncallout="" # Set the maximum # of timer events
#kern.ngroups="1023" # Set the maximum # of supplemental groups
#kern.sgrowsiz="" # Set the amount to grow stack
+#kern.cam.boot_delay="10000" # Delay (in ms) of root mount for CAM bus
+ # registration, useful for USB sticks as root
#kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
OpenPOWER on IntegriCloud