On Wed, Mar 04, 2009 at 02:54:11PM -0500, Chris Lumens wrote: > > > 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? Yep, in rawhide we have the /boot partition. but I don't know exactly how grub gets installed. But yes. you can boot off of a dmraid. > > - Chris -- Joel Andres Granados Brno, Czech Republic, Red Hat. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list