[PATCH anaconda:rhel7/master] Update the Aarch64 packages to include efibootmgr.

d.marlin dmarlin at redhat.com
Wed Feb 5 19:18:44 UTC 2014


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

efibootmgr now builds for 64-bit ARM (aarch64), so add it back to the list
of packages.

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

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index eea75ab..add40ad 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1733,10 +1733,10 @@ class EFIGRUB(GRUB2):
     def check(self):
         return True
 
-# FIXME: We need to include grubby, and omit efibootmgr and shim packages
+# 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", "grubby"]
+    packages = ["grub2-efi", "efibootmgr", "grubby"]
 
     _serial_consoles = ["ttyAMA", "ttyS"]
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list