[arch-projects] [mkinitcpio][PATCH 09/10] autodetect: remove hack to exclude {ata, ide}-generic

Dave Reisner d at falconindy.com
Sat Jan 28 15:39:45 EST 2012


ide-generic no longer exists, and skipping ata-generic causes some
macbooks to not boot.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 install/autodetect |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/autodetect b/install/autodetect
index 7f40b9c..3fb87ce 100644
--- a/install/autodetect
+++ b/install/autodetect
@@ -14,7 +14,7 @@ build() {
         return 1
     fi
 
-    auto_modules | grep -xEv '(ata|ide)_generic' >"$MODULE_FILE"
+    auto_modules >"$MODULE_FILE"
 
     if ! rootfstype=$(findmnt -uno fstype "${BASEDIR:-/}"); then
         error "failed to detect root filesystem"
-- 
1.7.8.4



More information about the arch-projects mailing list