Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install
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
commitfef6ac34730a145774f67ad7a06a3724f73bac06 (patch)
tree858012c1de6d4a40db347fa445d557ed399d16c1 /install
parent959a643658c0c7516f451ce50fa62540a515d392 (diff)
Changed ide-cd to ide-cd_mod
Damnit 2.6.25 Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'install')
-rw-r--r--install/boot-cd2
-rw-r--r--install/boot-usb2
2 files changed, 2 insertions, 2 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")"
diff --git a/install/boot-usb b/install/boot-usb
index 56302fd..32d451f 100644
--- a/install/boot-usb
+++ b/install/boot-usb
@@ -1,6 +1,6 @@
install ()
{
- MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
+ MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"