summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hook-functions2
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