]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90multipath: parse kernel commandline option 'multipath=off'
authorHannes Reinecke <hare@suse.de>
Wed, 28 Sep 2016 13:29:52 +0000 (15:29 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Fri, 15 Dec 2017 19:42:24 +0000 (20:42 +0100)
SLES11 provided a kernel commandline option 'multipath=off',
so dracut should be parsing the option, too.

References: bsc#1001691

Signed-off-by: Hannes Reinecke <hare@suse.com>
modules.d/90multipath/multipathd.service

index 0f11bd5028a15e420e388ac571781825740cac86..ab427409934f2e4303d5d4315196c71c13db2fe3 100644 (file)
@@ -8,6 +8,7 @@ Conflicts=shutdown.target
 ConditionKernelCommandLine=!nompath
 ConditionKernelCommandLine=!rd.multipath=0
 ConditionKernelCommandLine=!rd_NO_MULTIPATH
+ConditionKernelCommandLine=!multipath=off
 
 [Service]
 Type=simple