From: Hannes Reinecke Date: Wed, 28 Sep 2016 13:29:52 +0000 (+0200) Subject: 90multipath: parse kernel commandline option 'multipath=off' X-Git-Tag: 047~50^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af99264a36f338f58d7a2a0b3ae440ab999be321;p=thirdparty%2Fdracut.git 90multipath: parse kernel commandline option 'multipath=off' SLES11 provided a kernel commandline option 'multipath=off', so dracut should be parsing the option, too. References: bsc#1001691 Signed-off-by: Hannes Reinecke --- diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index 0f11bd502..ab4274099 100644 --- a/modules.d/90multipath/multipathd.service +++ b/modules.d/90multipath/multipathd.service @@ -8,6 +8,7 @@ Conflicts=shutdown.target ConditionKernelCommandLine=!nompath ConditionKernelCommandLine=!rd.multipath=0 ConditionKernelCommandLine=!rd_NO_MULTIPATH +ConditionKernelCommandLine=!multipath=off [Service] Type=simple