From 772943680052f28fdbea9d79479e6003f7b48673 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 21 Jan 2012 21:32:31 -0500 Subject: autodetect: remove hack to exclude {ata,ide}-generic In particular, skipping ata-generic causes some macbooks to not boot. Signed-off-by: Dave Reisner --- install/autodetect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-24-g4f1b