From: "d.marlin" dmarlin@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@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"):
On Mon, Jan 05, 2015 at 11:02:52AM -0600, d.marlin wrote:
From: "d.marlin" dmarlin@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@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
Ack
anaconda-patches@lists.fedorahosted.org