Add old style ide drivers if available

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.
master
Philippe Seewer 2009-10-16 11:00:02 +02:00 committed by Harald Hoyer
parent 641eae0f5a
commit dc490a0f08
1 changed files with 1 additions and 1 deletions

View File

@ -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'