From 40a9f586f340a5c603dd523f6c03921a12848cce Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 14 Nov 2016 18:02:02 +0000 Subject: [PATCH] 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 --- share/templates.d/99-generic/runtime-install.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index f56dbaa4..e157c980 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -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