From 3ac39b71e7a0a6d04a34f5f52b0b11493fc9bd65 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 15 Oct 2006 20:02:20 +0000 Subject: added /ata for autodetection git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@176 880c04e9-e011-0410-abf7-b926e227c9cd --- install/autodetect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/autodetect b/install/autodetect index 8b8155b..f2c7cd1 100644 --- a/install/autodetect +++ b/install/autodetect @@ -6,7 +6,7 @@ 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 '/net/' -e '/pcmcia' -e '/ata')" #Filesystem detection, use sysfs instead of /proc -- cgit v1.2.3-24-g4f1b