Fix redhat package name of install required packages
no multipath-tools in Red Hat based system the corresponding package is 'device-mapper-multipath' Change-Id: I71cf3eca66d974939b52559e50871447c8f017a8 Closes-bug: #1495875
This commit is contained in:
parent
b66f0931f0
commit
c866706a59
@ -45,7 +45,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>For systems running Red Hat:</para>
|
||||
<screen><prompt>#</prompt> <userinput>yum install sysfsutils sg3_utils multipath-tools</userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>yum install sysfsutils sg3_utils device-mapper-multipath</userinput></screen>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>For systems running Ubuntu:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user