On Tue, 2009-03-31 at 16:30 -0400, Chris Lumens wrote: > --- > booty/bootloaderInfo.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Ack. > > diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py > index ff9592e..e1a1414 100644 > --- a/booty/bootloaderInfo.py > +++ b/booty/bootloaderInfo.py > @@ -225,7 +225,7 @@ class BootImages: > # be the correct one to boot with XP using ntfs > foundDos = True > elif type in ["hfs", "hfs+"] and rhpl.getPPCMachine() == "PMac": > - if self.partedFlags[parted.PARTITION_BOOT]: > + if part.bootable: > retval.append((part, type)) > > rootDevice = storage.fsset.rootDevice _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list