diff options
| author | 2025-07-30 18:19:31 -0700 | |
|---|---|---|
| committer | 2025-07-30 18:19:31 -0700 | |
| commit | 18e0d7498f1e7097d1b30ab11d61989575e7ba96 (patch) | |
| tree | 0c449dae9c6c02a67631383df967d6f5a2a3071c /components | |
| parent | f41248567c4e5f728842ca595401a3a5117b1013 (diff) | |
| download | kiwi-descriptions-18e0d7498f1e7097d1b30ab11d61989575e7ba96.tar.gz kiwi-descriptions-18e0d7498f1e7097d1b30ab11d61989575e7ba96.zip | |
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>
Diffstat (limited to 'components')
| -rw-r--r-- | components/liveinstall.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ <file name="iso-esp-excludes.yaml" target="image/exclude_files_efifatimage.yaml"/> <!-- The point of a live image is to install --> <namedCollection name="anaconda-tools"/> - <package name="anaconda"/> <package name="anaconda-install-env-deps"/> <package name="anaconda-live"/> <!-- Need this for SVG release note images --> |