[PATCH] add initial spport for aarch64 as we only plan to support UEFI this should be enough

Chris Lumens clumens at redhat.com
Mon Oct 21 14:15:42 UTC 2013


> diff --git a/blivet/platform.py b/blivet/platform.py
> index 185d82e..f95aa22 100644
> --- a/blivet/platform.py
> +++ b/blivet/platform.py
> @@ -381,6 +381,8 @@ def getPlatform():
>              return EFI()
>      elif arch.isX86():
>          return X86()
> +    elif arch.isAARCH64):

You are missing an opening paren here.

- Chris


More information about the anaconda-patches mailing list