index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-10-21 03:22:39 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-10-21 03:22:39 -0300 |
commit | 16f4fe71cf0d2e8562c3684333592218e755a597 (patch) | |
tree | ecd3c431e821c6dec8c70bb4bc63f6c4697cfc6b /archiso/install | |
parent | bb5f05f4ab7c281475600b4b9650699f03643569 (diff) |
-rw-r--r-- | archiso/install/archiso | 2 |
diff --git a/archiso/install/archiso b/archiso/install/archiso index df1d0d1..77fddc3 100644 --- a/archiso/install/archiso +++ b/archiso/install/archiso @@ -1,7 +1,7 @@ install () { MODULES="cdrom ide-cd_mod ide-core ide-generic aufs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") " - MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")" + MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl811-hcd" -e "isp116x-hcd")" MODULES=$(echo ${MODULES}) #trim whitespace if [ "x${MODULES}" != "x" ]; then MODULES="${MODULES} usb_storage sd_mod sr_mod" |