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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2025-07-30 18:19:31 -07:00
parent f41248567c
commit 18e0d7498f
-1
View File
@@ -50,7 +50,6 @@
<file name="iso-esp-excludes.yaml" target="image/exclude_files_efifatimage.yaml"/> <file name="iso-esp-excludes.yaml" target="image/exclude_files_efifatimage.yaml"/>
<!-- The point of a live image is to install --> <!-- The point of a live image is to install -->
<namedCollection name="anaconda-tools"/> <namedCollection name="anaconda-tools"/>
<package name="anaconda"/>
<package name="anaconda-install-env-deps"/> <package name="anaconda-install-env-deps"/>
<package name="anaconda-live"/> <package name="anaconda-live"/>
<!-- Need this for SVG release note images --> <!-- Need this for SVG release note images -->