> platform.X86.__init__ did: self.diskLabelType = foo instead of > self._diskLabelType = foo. So it was overriding the method from the > base class. You'll also need to fix places like this: # Check that we're a Mac disk label if not disk.type == self.diskLabelType.name: errors.append(_("%s must have a mac disk label.") % req.disk.name) - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list