multipath/module-setup.sh: add dm dependency
authorHarald Hoyer <harald@redhat.com>
Thu, 26 Jul 2012 10:43:20 +0000 (12:43 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 26 Jul 2012 10:55:53 +0000 (12:55 +0200)
modules.d/90multipath/module-setup.sh

index 862a8ed..f9c1f81 100755 (executable)
@@ -24,6 +24,7 @@ check() {
 
 depends() {
     echo rootfs-block
+    echo dm
     return 0
 }