summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--booty/x86.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/booty/x86.py b/booty/x86.py
index 1da75439f..d0972c825 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)