Browse Source

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 <hare@suse.com>
master
Hannes Reinecke 9 years ago committed by Daniel Molkentin
parent
commit
af99264a36
  1. 1
      modules.d/90multipath/multipathd.service

1
modules.d/90multipath/multipathd.service

@ -8,6 +8,7 @@ Conflicts=shutdown.target @@ -8,6 +8,7 @@ Conflicts=shutdown.target
ConditionKernelCommandLine=!nompath
ConditionKernelCommandLine=!rd.multipath=0
ConditionKernelCommandLine=!rd_NO_MULTIPATH
ConditionKernelCommandLine=!multipath=off

[Service]
Type=simple

Loading…
Cancel
Save