Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install/boot-cd
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2008-05-17 02:12:38 -0500
committerSimo Leone <simo@archlinux.org>2008-05-17 02:12:38 -0500
commita23e702eb6f4e770524673520b13fc549803f92c (patch)
treef16114335888805f8139f40d58de301c3db69ba1 /install/boot-cd
parente33c6874008ea3e1d06593f53e256685aaaa991c (diff)
Changed ide-cd to ide-cd_mod
Damnit 2.6.25 Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'install/boot-cd')
-rw-r--r--install/boot-cd2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/boot-cd b/install/boot-cd
index d79bb18..2d96869 100644
--- a/install/boot-cd
+++ b/install/boot-cd
@@ -1,6 +1,6 @@
install ()
{
- MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
+ MODULES="cdrom ide-cd_mod 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")"