From acae751d2af11ceb05deab13dbc9c111140c9f58 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Sun, 14 Dec 2008 19:26:00 +0100 Subject: MODULES=dep fix for ida devices same fix as cciss, see #507619 --- hook-functions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hook-functions') diff --git a/hook-functions b/hook-functions index d8875b7..0dc3e22 100644 --- a/hook-functions +++ b/hook-functions @@ -273,6 +273,10 @@ dep_add_modules() elif [ "${root#/dev/cciss/}" != "${root}" ]; then block=${root#/dev/cciss/*} block="cciss!${block%p*}" + # ida device + elif [ "${root#/dev/ida/}" != "${root}" ]; then + block=${root#/dev/ida/*} + block="ida!${block%p*}" # classical root device else block=${root#/dev/} -- cgit v1.2.3