Fix detect LVM on RAID.

lvmraid
Mike Hiretsky 13 years ago
parent 2c8f640e2b
commit 257fa2624f

@ -1842,7 +1842,7 @@ class cl_install(color_print, SignalInterrupt):
else:
diskScheme, driveType = data,""
res = ""
if "raid-lvm" in diskScheme:
if diskScheme.endswith("raid-lvm"):
return _("LVM on RAID")
elif "disk-partition" == diskScheme and driveType == "flash":
return _("Partition on flash")

Loading…
Cancel
Save