On Wed, 2005-06-15 at 17:28 -0400, Dustin Kirkland wrote: > --- booty-0.44/checkbootloader.py 2005-06-14 15:35:38.000000000 > -0400 > +++ booty-0.44-raid/checkbootloader.py 2005-06-14 15:35:39.000000000 > -0400 > @@ -75,8 +75,6 @@ > dev = string.split(field, '[')[0] > if len(dev) == 0: > continue > - disk = getDiskPart(dev)[0] > - rc.append(disk) > > return rc Just to be sure, since this change isn't in my rhel4 tree (which I think some of this code came from originally), is some of the anaconda code you've got on ppc calling getRaidDisks in a way that it wasn't before? If so, it needs to passing in the (newish) optional third param "stripPart=0". -- Peter