]> git.ipfire.org Git - thirdparty/dracut.git/commit
multipath: require kpartx binary
authorDoan Tran Cong Danh <congdanhqx@gmail.com>
Fri, 8 Nov 2019 03:53:41 +0000 (10:53 +0700)
committerDaniel Molkentin <daniel@molkentin.de>
Sun, 10 Nov 2019 00:47:30 +0000 (01:47 +0100)
commitcf31ed2ae687d9898cafc11ec6e4f478e806ad38
treedfba11ba1e56e0755d4869939986f6846612b3cd
parent62f27ee6f145b5f8ca571887602cd9b0715b9e9d
multipath: require kpartx binary

multipath requires kpartx to activate device mapper.
But kpartx is only a recommend dependency.

Check for kpartx's existent first.

Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
modules.d/90multipath/module-setup.sh