diff options
| author | 2025-01-13 11:47:38 -0500 | |
|---|---|---|
| committer | 2025-01-13 11:47:38 -0500 | |
| commit | fe9f770c85e2784b83a745f87f07706192bc4c66 (patch) | |
| tree | f6d4dbf3544bb16759513052fe6c50cab541c309 | |
| parent | 9aeb2773a95c688515c53767291d4fada90e2484 (diff) | |
| download | kiwi-descriptions-fe9f770c85e2784b83a745f87f07706192bc4c66.tar.gz kiwi-descriptions-fe9f770c85e2784b83a745f87f07706192bc4c66.zip | |
teams/workstation: Use web-based Anaconda UI by default for live media
Reference: https://fedoraproject.org/wiki/Changes/AnacondaWebUIforFedoraWorkstation
| -rw-r--r-- | teams/workstation.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/teams/workstation.xml b/teams/workstation.xml index 660de7c..afbf24b 100644 --- a/teams/workstation.xml +++ b/teams/workstation.xml @@ -12,4 +12,7 @@ <packages type="bootstrap" patternType="plusRecommended" profiles="Workstation-Live,Workstation-Disk"> <package name="fedora-release-workstation"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="Workstation-Live"> + <package name="anaconda-webui"/> + </packages> </image> |