summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2012-02-09 17:06:19 -0800
committerBrian C. Lane <bcl@redhat.com>2012-02-10 11:44:28 -0800
commite8d61814f014fd0a9e3dce1f44de85903fda8af0 (patch)
tree46d3b19e06e6decb0829cc930d645e409e1f7e80 /pyanaconda/bootloader.py
parent573254724cfa311f6a394c822566bad64754dec6 (diff)
downloadanaconda-e8d61814f014fd0a9e3dce1f44de85903fda8af0.tar.gz
anaconda-e8d61814f014fd0a9e3dce1f44de85903fda8af0.tar.xz
anaconda-e8d61814f014fd0a9e3dce1f44de85903fda8af0.zip
fix potential EFIGRUB infinite loop
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 4ab1f4c42..c900f79aa 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1515,7 +1515,7 @@ class EFIGRUB(GRUB):
self.add_efi_boot_target()
def update(self):
- self.write()
+ self.install()
#
# installation