[PC-BSD Commits] r16320 - in pcbsd/current/overlays/desktop-overlay: boot etc
svn at pcbsd.org
svn at pcbsd.org
Tue Apr 10 11:43:54 PDT 2012
Author: kris
Date: 2012-04-10 18:43:54 +0000 (Tue, 10 Apr 2012)
New Revision: 16320
Modified:
pcbsd/current/overlays/desktop-overlay/boot/loader.conf
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Move some additional modules to rc.conf loading for speed
Modified: pcbsd/current/overlays/desktop-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/boot/loader.conf 2012-04-10 18:40:53 UTC (rev 16319)
+++ pcbsd/current/overlays/desktop-overlay/boot/loader.conf 2012-04-10 18:43:54 UTC (rev 16320)
@@ -7,28 +7,16 @@
legal.intel_ipw.license_ack=1
legal.intel_iwi.license_ack=1
-# Load mmc card-reader support
-mmc_load="YES"
-mmcsd_load="YES"
-
# Load additional sata device support
siis_load="YES"
sdhci_load="YES"
-# Load support for scd
-scd_load="YES"
-
# Load geom support
geom_journal_load="YES"
-geom_uzip_load="YES"
geom_mirror_load="YES"
geom_eli_load="YES"
# Load File-System Support
-libiconv_load="YES"
-libmchain_load="YES"
-cd9660_iconv_load="YES"
-msdosfs_iconv_load="YES"
zfs_load="YES"
tmpfs_load="YES"
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-04-10 18:40:53 UTC (rev 16319)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-04-10 18:43:54 UTC (rev 16320)
@@ -86,7 +86,7 @@
sdpd_enable="YES"
# Load the following kernel modules
-kld_list="if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs"
+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"
# Clean out temporary files.
clear_tmp_enable="YES"
More information about the Commits
mailing list