From 18e0d7498f1e7097d1b30ab11d61989575e7ba96 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 30 Jul 2025 18:19:31 -0700 Subject: LiveInstall: drop 'anaconda' package The package called 'anaconda' is empty and only depends on two things, anaconda-gui and anaconda-tui. Since anaconda 43.32, anaconda runs the GTK UI if it's installed; it will only run the web UI if anaconda-gui is not installed. So by including anaconda we are forcing lives to run GTK UI and not really gaining anything - we don't want anaconda-tui on lives anyway, I don't think. The anaconda-live package will pull in anaconda-webui, so all we need to do is stop including anaconda. This will cause all live images to use web UI, which was the intent of https://github.com/rhinstaller/anaconda/pull/6530 . I guess if any lives really want/need to use GTK UI, they can put anaconda-gui into their profiles. Signed-off-by: Adam Williamson --- components/liveinstall.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'components') diff --git a/components/liveinstall.xml b/components/liveinstall.xml index a98b1b8..4ba9bfd 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -50,7 +50,6 @@ - -- cgit v1.3.1+13