From e168b190c695705765154621c33bdc3006336c1e Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 1 Feb 2019 16:55:16 +0100 Subject: [PATCH] Install the anaconda-live package on the live image Recently all Anaconda files required only for the live installation (the liveinst script, the desktop file and others) have been split into a sub-package called anaconda-live. This was done to prevent these files from littering both network installation images as well as user systems when Anaconda gets pulled in as a dependency during a package installation transaction. At the moment anaconda-live is stilled pulled in as a direct dependency of the anaconda-gui sub package, but once this commit has been merged into the Fedora kickstart repository, we can drop this temporary dependency, removing the package from non-live installations. --- fedora-live-base.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index ae8d50e..1228c15 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -50,6 +50,7 @@ memtest86+ # The point of a live image is to install anaconda anaconda-install-env-deps +anaconda-live @anaconda-tools # Need aajohan-comfortaa-fonts for the SVG rnotes images