]> git.ipfire.org Git - thirdparty/dracut.git/commit
Fix warning about multipath if not needed 309/head
authorFabian Vogt <fvogt@suse.com>
Tue, 23 Aug 2016 10:56:21 +0000 (12:56 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Thu, 30 Nov 2017 15:51:15 +0000 (16:51 +0100)
commitee6b44342b577164495b57a6655a5a08c764d09b
tree480ecd09dd792646c83e2977f93ae34a8c2f73e9
parent1ec2e34adcec7ee17fbf5e0410fd21cd1f2c9e27
Fix warning about multipath if not needed

Although no device uses multipath, the module checks
for presence of the multipath binary first, printing a
warning if not present. This patch fixes the wrong ordering.
modules.d/90multipath/module-setup.sh