diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-05-04 08:23:11 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-05-04 08:23:11 +0200 |
commit | 30f04e5f7e9b4b77995836c362e57d0b25bde25f (patch) | |
tree | ad06bc2dc558fe9b4ba7b98e5630387b9208f222 /install/usb | |
parent | 76167effbaa98d6e5d967451aa65902e4a5d4782 (diff) | |
download | mkinitcpio-30f04e5f7e9b4b77995836c362e57d0b25bde25f.tar.gz mkinitcpio-30f04e5f7e9b4b77995836c362e57d0b25bde25f.tar.xz |
Improved autodetect functionality with a checked_modules
function
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@53 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/usb')
-rw-r--r-- | install/usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/usb b/install/usb index 0e655bd..03ed024 100644 --- a/install/usb +++ b/install/usb @@ -2,7 +2,7 @@ install () { - MODULES=" $(all_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd") + MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd") usb_storage usbhid sd_mod sr_mod " BINARIES="" FILES="" |