--- booty/ppc.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/booty/ppc.py b/booty/ppc.py index 706f198..e49a865 100644 --- a/booty/ppc.py +++ b/booty/ppc.py @@ -16,7 +16,7 @@ class ppcBootloaderInfo(bootloaderInfo): if machine == 'pSeries': for dev in self.storage.fsset.devices: - if dev.partedFlags[parted.PARTITION_PREP] and not dev.format.exists: + if dev.format.type == "prepboot" and not dev.format.exists: retval.append(dev.path) elif machine == 'PMac': for dev in self.storage.fsset.devices: -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list