summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-09-12 15:37:50 +0200
committermaximilian attems <maks@debian.org>2008-09-12 15:37:50 +0200
commit37d092c66b8a45b26b88d7cad73dab65703d5c91 (patch)
treeb3061840edb52acfe6797e29d50e9b6def38f349 /hook-functions
parent7c4bfab2f4aa6e627151eddcf4df07d91a4d754e (diff)
add dasd_diag_mod to auto_add_modules block section
found under drivers/s390/block instead drivers/block location. "allows to access disks under VM" request by s390 porter Bastian Blank <waldi@debian.org>
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions
index 1c8694c..e9f2368 100644
--- a/hook-functions
+++ b/hook-functions
@@ -358,6 +358,9 @@ auto_add_modules()
;;
block)
copy_modules_dir kernel/drivers/block
+ for x in dasd_diag_mod; do
+ manual_add_modules "${x}"
+ done
;;
# FIXME: can be removed after Lenny release
ieee1394)