summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-06-18 19:41:05 +0000
committerdougb <dougb@FreeBSD.org>2011-06-18 19:41:05 +0000
commit7622e8e87a4278814e465617d7c126bd9131d057 (patch)
tree78706f5691273963766b29bae281576157712018 /share
parent2071e3510abcb0d23655e9ec6f21ded8a0d7fa8a (diff)
downloadFreeBSD-src-7622e8e87a4278814e465617d7c126bd9131d057.zip
FreeBSD-src-7622e8e87a4278814e465617d7c126bd9131d057.tar.gz
Add rc.d/kld to load kernel modules after local disks are up.
This method is many times faster than doing it in /boot/loader.conf.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.510
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index cf062c5..fddb4f5 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 27, 2011
+.Dd June 18, 2011
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -196,6 +196,14 @@ Configuration file for
.Xr ddb 8 .
Default
.Pa /etc/ddb.conf .
+.It Va kld_list
+.Pq Vt str
+A list of kernel modules to load right after the local
+disks are mounted.
+Loading modules at this point in the boot process is
+much faster than doing it via
+.Pa /boot/loader.conf
+for those modules not necessary for mounting local disk.
.It Va kldxref_enable
.Pq Vt bool
Set to
OpenPOWER on IntegriCloud