From f36efa99ae135840f20deb3e06de182b2e1f409a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 5 Apr 2018 13:23:53 +0200 Subject: [PATCH] Include the anaconda-install-env-deps metapackage Use the anaconda-install-env-deps metapackage to pull in the Anaconda dependencies needed in the installation environment. The anaconda-install-env-deps metapackage lists all install time dependencies and makes it possible for packages such as Initial Setup to depend on Anaconda without pulling all the (mainly storage related) install time dependencies to the installed system. The same is applicable for dirinstall which also does not require the install time dependencies as it is just installing to a local folder. This also fixes rhbz#1561047 as anaconda-install-env-deps package has a Requires on udisks2-iscsi. --- fedora-live-base.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 045fa17..2929c7d 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -49,6 +49,7 @@ memtest86+ # The point of a live image is to install anaconda +anaconda-install-env-deps @anaconda-tools # Need aajohan-comfortaa-fonts for the SVG rnotes images