diff options
| author | 2025-01-10 15:11:08 -0500 | |
|---|---|---|
| committer | 2025-01-10 15:11:08 -0500 | |
| commit | 7f04952a024c088270727807a31f9283c99b9b13 (patch) | |
| tree | 9c993d097b0e6c6e51ad6c532aaaa7cc11adec68 /teams/cosmic.xml | |
| parent | 88b268c9f16b64a96d43d46cd3db0c00a30efb0b (diff) | |
| download | kiwi-descriptions-7f04952a024c088270727807a31f9283c99b9b13.tar.gz kiwi-descriptions-7f04952a024c088270727807a31f9283c99b9b13.zip | |
Add COSMIC spin variants
Reference: https://fedoraproject.org/wiki/Changes/FedoraCOSMIC
Diffstat (limited to 'teams/cosmic.xml')
| -rw-r--r-- | teams/cosmic.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/teams/cosmic.xml b/teams/cosmic.xml new file mode 100644 index 0000000..6fe057d --- /dev/null +++ b/teams/cosmic.xml @@ -0,0 +1,15 @@ +<image> + <profiles> + <profile name="COSMIC-Live" description="COSMIC Spin Live DVD"> + <requires profile="COSMIC-Desktop"/> + <requires profile="LiveInstall"/> + </profile> + <profile name="COSMIC-Disk" description="COSMIC Spin Install Disk"> + <requires profile="COSMIC-Desktop"/> + <requires profile="BootDiskCore"/> + </profile> + </profiles> + <packages type="bootstrap" patternType="plusRecommended" profiles="COSMIC-Live,COSMIC-Disk"> + <package name="fedora-release-cosmic"/> + </packages> +</image> |