From af99264a36f338f58d7a2a0b3ae440ab999be321 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Wed, 28 Sep 2016 15:29:52 +0200 Subject: [PATCH] 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 --- modules.d/90multipath/multipathd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index 0f11bd50..ab427409 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