\!/ KyuuKazami \!/

Path : /usr/share/dracut/modules.d/90multipath/
Upload :
Current File : //usr/share/dracut/modules.d/90multipath/multipathd.sh

#!/bin/sh

if ! getarg rd_NO_MULTIPATH && [ -e /etc/multipath.conf ]; then
    modprobe dm-multipath
    multipathd -B || multipathd
else
    rm /etc/udev/rules.d/??-multipath.rules 2>/dev/null    
fi


@KyuuKazami