diff options
| author | 2024-11-23 16:41:30 -0500 | |
|---|---|---|
| committer | 2024-11-23 16:41:30 -0500 | |
| commit | 6816c7d501b80cf886560e716a2435399ba04150 (patch) | |
| tree | 8f62c37ba5bf89b76105ca89d2df0ce3bd3d1920 /teams/lxde.xml | |
| parent | c5971107d5ac03129a6e7480aef79bfa8d57c2f3 (diff) | |
| download | kiwi-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.xml | 6 |
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> |