From 37d092c66b8a45b26b88d7cad73dab65703d5c91 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Fri, 12 Sep 2008 15:37:50 +0200 Subject: 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 --- hook-functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hook-functions') 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) -- cgit v1.2.3