aboutsummaryrefslogtreecommitdiff
path: root/teams/lxde.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-11-23 16:41:30 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-11-23 16:41:30 -0500
commit6816c7d501b80cf886560e716a2435399ba04150 (patch)
tree8f62c37ba5bf89b76105ca89d2df0ce3bd3d1920 /teams/lxde.xml
parentc5971107d5ac03129a6e7480aef79bfa8d57c2f3 (diff)
downloadkiwi-descriptions-6816c7d501b80cf886560e716a2435399ba04150.tar.gz
kiwi-descriptions-6816c7d501b80cf886560e716a2435399ba04150.zip
teams: Add install disk profiles for all desktop teams
KDE and MiracleWM teams already have it, so this just fills it in for the rest of them.
Diffstat (limited to 'teams/lxde.xml')
-rw-r--r--teams/lxde.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/teams/lxde.xml b/teams/lxde.xml
index 3660b2e..526a69c 100644
--- a/teams/lxde.xml
+++ b/teams/lxde.xml
@@ -3,9 +3,13 @@
<profile name="LXDE-Live" description="LXDE Spin Live DVD">
<requires profile="LXDE-Desktop"/>
<requires profile="LiveInstall"/>
+ <profile name="LXDE-Disk" description="LXDE Spin Install Disk">
+ <requires profile="LXDE-Desktop"/>
+ <requires profile="BootDiskCore"/>
+ </profile>
</profile>
</profiles>
- <packages type="bootstrap" patternType="plusRecommended" profiles="LXDE-Live">
+ <packages type="bootstrap" patternType="plusRecommended" profiles="LXDE-Live,LXDE-Disk">
<package name="fedora-release-lxde"/>
</packages>
</image>