Some distros, including debian unstable with 2.6.30, still ship
old style ide drivers. These should be installed as well.

Sadly there are no symbols to use for nm, so a simple =ide needs
to suffice.
---
 modules.d/90kernel-modules/installkernel |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules.d/90kernel-modules/installkernel 
b/modules.d/90kernel-modules/installkernel
index 2e74a85..b5e4c93 100755
--- a/modules.d/90kernel-modules/installkernel
+++ b/modules.d/90kernel-modules/installkernel
@@ -5,7 +5,7 @@ if [[ -z $drivers ]]; then
 
         nm -uPA "$1" | egrep -q "$blockfuncs"
     }
-    instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) 
"=drivers/pcmcia"
+    instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) 
"=drivers/pcmcia" =ide
     # if not on hostonly mode, install all known filesystems.
     if [[ $hostonly = '' ]]; then
        instmods '=fs'
-- 
1.6.0.4

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to