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