Ack. On Mon, 2010-09-20 at 17:31 -0700, Brian C. Lane wrote: > product.py is under pyanaconda, so import from there. > getDiskPart() was changed to use just the device, no need to pass > storage to it. > > Resolves: rhbz#635873 > Resolves: rhbz#635887 > --- > pyanaconda/booty/x86.py | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/pyanaconda/booty/x86.py b/pyanaconda/booty/x86.py > index 93c0a59..a396283 100644 > --- a/pyanaconda/booty/x86.py > +++ b/pyanaconda/booty/x86.py > @@ -281,10 +281,10 @@ class x86BootloaderInfo(efiBootloaderInfo): > f.write("#boot=/dev/%s\n" % (grubTarget)) > > if iutil.isEfi(): > - from product import productName > + from pyanaconda.product import productName > # Map the target device to the full EFI path > if self.getEfiProductPath(productName): > - (n, pn) = getDiskPart(bootDevs[0], self.storage) > + (n, pn) = getDiskPart(bootDevs[0]) > f.write("device (%s) %s\n" % (self.grubbyDiskName(n), self.getEfiProductPath(productName))) > > # get the default image to boot... we have to walk and find it _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list