[PC-BSD Commits] r17326 - pcbsd/current/overlays/desktop-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 19 13:47:57 PDT 2012
Author: kenmoore
Date: 2012-06-19 20:47:55 +0000 (Tue, 19 Jun 2012)
New Revision: 17326
Modified:
pcbsd/current/overlays/desktop-overlay/boot/loader.conf
Log:
Automatically load the xfs, reiserfs, and ext2fs kernel modules in loader.conf
Modified: pcbsd/current/overlays/desktop-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/boot/loader.conf 2012-06-19 20:07:40 UTC (rev 17325)
+++ pcbsd/current/overlays/desktop-overlay/boot/loader.conf 2012-06-19 20:47:55 UTC (rev 17326)
@@ -22,6 +22,9 @@
# Load File-System Support
zfs_load="YES"
tmpfs_load="YES"
+xfs_load="YES"
+reiserfs_load="YES"
+ext2fs_load="YES"
# Disable acpi throttle by default, fixes issues with powerd and later AMDs
hint.acpi_throttle.0.disabled="1"
More information about the Commits
mailing list