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
parent
641eae0f5a
commit
dc490a0f08
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue