> > diff --git a/platform.py b/platform.py > > index 4adc5d1..2c35a5c 100644 > > --- a/platform.py > > +++ b/platform.py > > @@ -83,11 +83,11 @@ class Platform(object): > > if not bootDev: > > return ret > > > > - if bootDev.device.getName() == "RAIDDevice": > > - ret["boot"] = (bootDev.path, N_("RAID Device")) > > + if bootDev.type == "mdarray": > > I think you should also check for "dm-raid array". Not really familiar > with the booty code, but it seem reasonable. Hm, can you even boot off DM RAID devices? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list