From 477a8b292e7145d9639ccde03a6dccf616f144de Mon Sep 17 00:00:00 2001 From: "pbrobinson@fedoraproject.org" Date: Fri, 12 Aug 2016 10:49:59 +0100 Subject: [PATCH] as of Fedora 25 s390x now has docker Signed-off-by: Peter Robinson --- share/templates.d/99-generic/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index c17a31fe..5615acfb 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -166,7 +166,7 @@ installpkg notification-daemon ## Docker enabled boot.iso # Not all arches currently have docker -%if basearch not in ("ppc", "ppc64", "s390", "s390x"): +%if basearch not in ("ppc", "ppc64", "s390"): installpkg docker-anaconda-addon %endif