summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2012-10-24 15:09:29 -0700
committerBrian C. Lane <bcl@redhat.com>2012-10-26 11:08:51 -0700
commit59011327bc36f1fc23a75a9cb483427a6a4273a9 (patch)
tree2cf931700a9a4628d3a5018f96ae2d0b2c6784b6 /pyanaconda/bootloader.py
parente22421be32db7c93d99915bc4d7de8df0e5de3ab (diff)
downloadanaconda-59011327bc36f1fc23a75a9cb483427a6a4273a9.tar.gz
anaconda-59011327bc36f1fc23a75a9cb483427a6a4273a9.tar.xz
anaconda-59011327bc36f1fc23a75a9cb483427a6a4273a9.zip
set boot flag and name for EFI partition (#866106)
On EFI the stage1_device (where the EFI System partition is created) is the one that needs to be set bootable, not the stage2 device.
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index e29d134a8..8fa3f8b48 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1549,6 +1549,8 @@ class GRUB2(GRUB):
class EFIGRUB(GRUB2):
packages = ["grub2-efi", "efibootmgr", "shim"]
can_dual_boot = False
+ stage2_is_valid_stage1 = False
+ stage2_bootable = False
@property
def _config_dir(self):