index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2008-04-02 20:29:01 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-04-02 20:29:01 -0500 |
commit | 397bf04baedd32fda955ab633bcf3de8fdb211e6 (patch) | |
tree | ed6bb7447de618a7601ddc167c02f1d14d85f225 /install/boot-cd | |
parent | 6f4eca9a8cfc7ae7dca76a896ef101dd201bfe0d (diff) |
-rw-r--r-- | install/boot-cd | 8 |
diff --git a/install/boot-cd b/install/boot-cd index 6a48716..d79bb18 100644 --- a/install/boot-cd +++ b/install/boot-cd @@ -1,6 +1,14 @@ install () { MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " + + # need usb modules for external drives + MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")" + MODULES=$(echo ${MODULES}) #trim whitespace + if [ "x${MODULES}" != "x" ]; then + MODULES="${MODULES} usb_storage sd_mod sr_mod" + fi + BINARIES="" FILES="" SCRIPT="boot-cd" |