[PATCH rhel7-branch] Use shim on uefi now.

Peter Jones pjones at redhat.com
Thu Sep 25 13:15:59 UTC 2014


Related: rhbz#1100048

Signed-off-by: Peter Jones <pjones at redhat.com>
---
 pyanaconda/bootloader.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index a9456d6..bf5cc22 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1753,15 +1753,12 @@ 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.
+# FIXME: We need to include grubby
 class Aarch64EFIGRUB(EFIGRUB):
-    packages = ["grub2-efi", "efibootmgr", "grubby"]
+    packages = ["grub2-efi", "efibootmgr", "shim", "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.9.3



More information about the anaconda-patches mailing list