These are going to need to go into rhel6-branch as well, once we've got that opened back up. > diff --git a/platform.py b/platform.py > index d5c1e68..4b65198 100644 > --- a/platform.py > +++ b/platform.py > @@ -466,7 +466,7 @@ class Sparc(Platform): > @property > def minimumSector(self, disk): > (cylinders, heads, sector) = disk.device.biosGeometry > - start = long(sectors * heads) > + start = long(sector * heads) > start /= long(1024 / disk.device.sectorSize) > return start+1 > I'd prefer you rename it from "sector" to "sectors" in the tuple. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list