diff options
| author | 2024-07-22 17:16:38 -0400 | |
|---|---|---|
| committer | 2024-07-24 07:13:41 -0400 | |
| commit | 3af429672cad48dda21ad4444dc62db7de7083a5 (patch) | |
| tree | 7b2aa6578862b312fc1124b1b4e183c0682aa7a4 /teams | |
| parent | c8229ee61ff0e91361e41ad4a11277bb4f3078ee (diff) | |
| download | kiwi-descriptions-3af429672cad48dda21ad4444dc62db7de7083a5.tar.gz kiwi-descriptions-3af429672cad48dda21ad4444dc62db7de7083a5.zip | |
teams/kde: Rework to add disk image build
This adds a disk image build profile to produce Fedora KDE images.
Additionally, these profiles are now tested in CI.
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/kde.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/teams/kde.xml b/teams/kde.xml index 77749d1..9ef8878 100644 --- a/teams/kde.xml +++ b/teams/kde.xml @@ -1,11 +1,18 @@ <image> <profiles> - <profile name="KDE-Live" description="KDE Plasma Spin Live DVD"> + <profile name="KDE-Desktop-Live" description="KDE Plasma Desktop Spin Live DVD"> <requires profile="KDE-Desktop"/> <requires profile="LiveInstall"/> </profile> + <profile name="KDE-Desktop-Disk" description="KDE Plasma Desktop Spin Install Disk"> + <requires profile="BootDiskCore"/> + <requires profile="KDE-Desktop"/> + </profile> </profiles> - <packages type="bootstrap" patternType="plusRecommended" profiles="KDE-Live"> + <packages type="bootstrap" patternType="plusRecommended" profiles="KDE-Desktop-Disk,KDE-Desktop-Live"> <package name="fedora-release-kde"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop-Disk,KDE-Desktop-Live"> + <package name="plasma-welcome-fedora"/> + </packages> </image> |