diff options
author | Thomas Bächler <thomas@archlinux.org> | 2006-10-15 22:02:20 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2006-10-15 22:02:20 +0200 |
commit | 3ac39b71e7a0a6d04a34f5f52b0b11493fc9bd65 (patch) | |
tree | 85e4787566cd2c7a94ea3032dbe30fd46f5e579c /install/autodetect | |
parent | c4fbca2a3ed289d60feb46ef60cf68386c2c9331 (diff) | |
download | mkinitcpio-3ac39b71e7a0a6d04a34f5f52b0b11493fc9bd65.tar.gz mkinitcpio-3ac39b71e7a0a6d04a34f5f52b0b11493fc9bd65.tar.xz |
added /ata for autodetection
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@176 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/autodetect')
-rw-r--r-- | install/autodetect | 2 |
1 files changed, 1 insertions, 1 deletions
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 |