[PC-BSD Commits] r16326 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 11 05:53:41 PDT 2012
Author: kris
Date: 2012-04-11 12:53:41 +0000 (Wed, 11 Apr 2012)
New Revision: 16326
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Fix loading a few modules
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-04-11 12:26:49 UTC (rev 16325)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-04-11 12:53:41 UTC (rev 16326)
@@ -86,7 +86,7 @@
sdpd_enable="YES"
# Load the following kernel modules
-kld_list="libiconv libmchain cd9660 msdos_iconv if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs mmc mmcsd scd geom_uzip"
+kld_list="libiconv libmchain msdosfs_iconv if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs mmc mmcsd scd geom_uzip"
# Clean out temporary files.
clear_tmp_enable="YES"
More information about the Commits
mailing list