drop kexec arch conditional for aarch64

aarch64 now has support for kexec and the associated tools so we can drop
the arch conditional now.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson 2016-11-14 18:02:02 +00:00 committed by Brian C. Lane
parent 3fa3d20489
commit 40a9f586f3
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
<%page args="basearch, product"/>
## anaconda package
installpkg anaconda anaconda-widgets
%if basearch != "aarch64":
installpkg kexec-tools-anaconda-addon
%endif
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon
## anaconda deps that aren't in the RPM
installpkg tmux
## for anaconda crash handling