Add ELN GNOME and KDE Live images

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson
2025-09-29 09:24:24 -07:00
parent 35da5b9e14
commit ca228d742a
4 changed files with 119 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="GNOME-Desktop" description="GNOME Desktop">
<requires profile="DesktopCommon"/>
</profile>
<profile name="KDE-Desktop" description="KDE Plasma Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
<package name="fedora-eln-backgrounds"/>
<package name="firefox"/>
<package name="plymouth-theme-spinner"/>
<namedCollection name="fonts"/>
<namedCollection name="guest-desktop-agents"/>
<namedCollection name="hardware-support"/>
<namedCollection name="multimedia"/>
<namedCollection name="networkmanager-submodules"/>
<namedCollection name="print-client"/>
<namedCollection name="standard"/>
<ignore name="insights-client"/>
<ignore name="libdnf-plugin-subscription-manager"/>
<ignore name="subscription-manager"/>
<ignore name="subscription-manager-cockpit"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
<namedCollection name="workstation-product-environment"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="KDE-Desktop">
<namedCollection name="kde-spin-initial-setup"/>
<namedCollection name="kde-desktop-environment"/>
<namedCollection name="kde-apps"/>
<namedCollection name="kde-media"/>
<ignore name="plasma-nm-l2tp"/>
<ignore name="plasma-nm-vpnc"/>
<package name="fuse"/>
</packages>
</image>