From dd9e1eba3a2d80a59c5afb9925cb6afabae22edc Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 13 Apr 2008 14:27:05 +0200 Subject: Don't add the 'generic' ide or pata modules when autodetection is enabled --- install/autodetect | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/autodetect b/install/autodetect index 8d7da7e..1991798 100644 --- a/install/autodetect +++ b/install/autodetect @@ -6,7 +6,8 @@ install () #blegh, we'll let /tmp clean itself up AUTODETECT="$(auto_modules -e '/scsi/' -e '/block' -e '/fusion/' \ -e '/usb/' -e '/ide/' -e '/ieee1394/' -e '/cdrom' \ - -e '/net/' -e '/pcmcia' -e '/ata')" + -e '/net/' -e '/pcmcia' -e '/ata' \ + | grep -v -e 'ata_generic.ko' -e 'ide-generic.ko')" #Filesystem detection, use sysfs instead of /proc -- cgit v1.2.3-24-g4f1b