]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 862a8edcdc52ee8c88df74ca6fe1cc9eadd7c3ef..f9c1f81354f8932a28561822452107da3aa6c349 100755 (executable)
@@ -24,6 +24,7 @@ check() {
 
 depends() {
     echo rootfs-block
+    echo dm
     return 0
 }