[PC-BSD Commits] r12625 - pcbsd/current/mfsroot-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 6 09:00:43 PDT 2011
Author: kris
Date: 2011-09-06 09:00:43 -0700 (Tue, 06 Sep 2011)
New Revision: 12625
Modified:
pcbsd/current/mfsroot-overlay/etc/pcbsd-rc.sh
pcbsd/current/mfsroot-overlay/etc/rc.conf
Log:
Load up the extra klds via rc.conf on install media
Modified: pcbsd/current/mfsroot-overlay/etc/pcbsd-rc.sh
===================================================================
--- pcbsd/current/mfsroot-overlay/etc/pcbsd-rc.sh 2011-09-06 15:46:53 UTC (rev 12624)
+++ pcbsd/current/mfsroot-overlay/etc/pcbsd-rc.sh 2011-09-06 16:00:43 UTC (rev 12625)
@@ -146,6 +146,9 @@
read tmp
fi
+# Load the extra klds we need
+/etc/rc.d/kld start
+
# If we have a LIVE image, boot with it
if [ -e "/cdmnt/PCBSD.ufs.uzip" ]
then
Modified: pcbsd/current/mfsroot-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/mfsroot-overlay/etc/rc.conf 2011-09-06 15:46:53 UTC (rev 12624)
+++ pcbsd/current/mfsroot-overlay/etc/rc.conf 2011-09-06 16:00:43 UTC (rev 12625)
@@ -7,3 +7,6 @@
moused_enable="YES"
lpd_enable="NO"
hostname="pcbsd"
+
+# Load the following kernel modules
+kld_list="if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt sbp ntfs ntfs_iconv udf udf_iconv linux"
More information about the Commits
mailing list