From 36b0985265cd2d48b07519e4744953d476f392b0 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 21 Feb 2019 17:44:29 +0100 Subject: [PATCH] Remove unsupported anaconda-docker-addon (#619) It is failing to load on Fedora for quite some time and there no-one complaining about this so it would be easier to disable it instead of fixing it. (cherry picked from commit d64a320ba182d92540df1199f2e0d59412a21950) --- share/templates.d/99-generic/runtime-install.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index e8129059..c2b693a8 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -180,11 +180,5 @@ installpkg gdisk hexedit sg3_utils ## satisfy libnotify's desktop-notification-daemon with the least crazy option installpkg notification-daemon -## Docker enabled boot.iso -# Not all arches currently have docker -%if basearch not in ("ppc", "ppc64", "s390"): - installpkg docker-anaconda-addon -%endif - ## actually install all the requested packages run_pkg_transaction