diff options
| author | 2024-11-23 16:41:30 -0500 | |
|---|---|---|
| committer | 2024-11-23 16:41:30 -0500 | |
| commit | 6816c7d501b80cf886560e716a2435399ba04150 (patch) | |
| tree | 8f62c37ba5bf89b76105ca89d2df0ce3bd3d1920 /teams/i3.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/i3.xml')
| -rw-r--r-- | teams/i3.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/teams/i3.xml b/teams/i3.xml index fcef4e7..6246674 100644 --- a/teams/i3.xml +++ b/teams/i3.xml @@ -4,8 +4,12 @@ <requires profile="i3-Desktop"/> <requires profile="LiveInstall"/> </profile> + <profile name="i3-Disk" description="i3 Spin Install Disk"> + <requires profile="i3-Desktop"/> + <requires profile="BootDiskCore"/> + </profile> </profiles> - <packages type="bootstrap" patternType="plusRecommended" profiles="i3-Live"> + <packages type="bootstrap" patternType="plusRecommended" profiles="i3-Live,i3-Disk"> <package name="fedora-release-i3"/> </packages> </image> |