Looks good to me, Regards, Hans On 06/26/2009 05:34 PM, Radek Vykydal wrote:
--- booty/x86.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/booty/x86.py b/booty/x86.py index 1da7543..d0972c8 100644 --- a/booty/x86.py +++ b/booty/x86.py @@ -111,8 +111,8 @@ class x86BootloaderInfo(efiBootloaderInfo): args = "--stage2=/boot/grub/stage2 " - cmds = [] for bootDev in bootDevs: + cmds = [] gtPart = self.getMatchingPart(bootDev, grubTarget) gtDisk = self.grubbyPartitionName(getDiskPart(gtPart, self.storage)[0]) bPart = self.grubbyPartitionName(bootDev)
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list