[PATCH anaconda master] Remove old workaround for missing EFI bits.

d.marlin dmarlin at redhat.com
Mon Jan 5 17:02:52 UTC 2015


From: "d.marlin" <dmarlin at redhat.com>

The required EFI bits and the shim package are now built and functional
for AArch64, so remove the previous workaround.

Signed-off-by: David A. Marlin <dmarlin at redhat.com>
---
 pyanaconda/bootloader.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index c14f051..ac9ac5c 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1776,15 +1776,9 @@ class EFIGRUB(GRUB2):
     def check(self):
         return True
 
-# FIXME: We need to include grubby, and omit the shim package 
-#        on aarch64 until we get all the EFI bits in place.
 class Aarch64EFIGRUB(EFIGRUB):
-    packages = ["grub2-efi", "efibootmgr", "grubby"]
-
     _serial_consoles = ["ttyAMA", "ttyS"]
 
-    _efi_binary = "\\grubaa64.efi"
-
 class MacEFIGRUB(EFIGRUB):
     def mactel_config(self):
         if os.path.exists(iutil.getSysroot() + "/usr/libexec/mactel-boot-setup"):
-- 
1.8.3.1



More information about the anaconda-patches mailing list