diff options
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 | 7dd1aa150d04b9a7ec01a30ff43eff49b05e26a4 (patch) | |
tree | 9d486045d9871e851a5934c58419b309f9f87c97 /archiso/install | |
parent | db1dde541c09927eb5f9bc1240a867d92e084cd9 (diff) | |
download | archiso32-7dd1aa150d04b9a7ec01a30ff43eff49b05e26a4.tar.xz |
Fix small typo in install/archiso for initcpio
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install')
-rw-r--r-- | archiso/install/archiso | 2 |
1 files changed, 1 insertions, 1 deletions
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" |