Browse Source

multipath/module-setup.sh: add dm dependency

master
Harald Hoyer 13 years ago
parent
commit
15976a0670
  1. 1
      modules.d/90multipath/module-setup.sh

1
modules.d/90multipath/module-setup.sh

@ -24,6 +24,7 @@ check() {


depends() { depends() {
echo rootfs-block echo rootfs-block
echo dm
return 0 return 0
} }



Loading…
Cancel
Save