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

Brian C. Lane bcl at redhat.com
Mon Jan 5 22:56:53 UTC 2015


On Mon, Jan 05, 2015 at 11:02:52AM -0600, d.marlin wrote:
> 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

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list