diff options
author | maximilian attems <maks@debian.org> | 2009-03-10 18:13:25 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-03-10 18:16:06 +0100 |
commit | 37d28de262b206d8eda37634a0bfd05062aa705b (patch) | |
tree | 88de23fa456c8abc24b9b96b5ca85614c7584334 /hook-functions | |
parent | 82eb87958a73cc50c45cad21f0450c21bdec4888 (diff) | |
download | initramfs-tools-37d28de262b206d8eda37634a0bfd05062aa705b.tar.gz initramfs-tools-37d28de262b206d8eda37634a0bfd05062aa705b.zip |
MODULES=dep: ide-disk got renamed to ide-gd_mod since 2.6.28.
try to add one or the other.
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions index da6ddf9..038bda1 100644 --- a/hook-functions +++ b/hook-functions @@ -313,6 +313,8 @@ dep_add_modules() # catch old-style IDE if [ -e /sys/bus/ide/devices/ ]; then sys_walk_modalias ${root_dev_path} + manual_add_modules ide-gd_mod + # FIXME: remove post Squeeze manual_add_modules ide-disk manual_add_modules ide-cd fi |