diff options
| author | 2023-10-14 15:21:23 -0400 | |
|---|---|---|
| committer | 2023-10-14 15:21:23 -0400 | |
| commit | 838cd9b2eef8e210a46a51b0cd77dfee5d595635 (patch) | |
| tree | 0fabc7fe6f90aaedc77d338c62414b4005cf7f29 /platforms/workstation.xml | |
| parent | 14e2f2a0e1b4cca43e00d4f354be04378e1e78b0 (diff) | |
| download | kiwi-descriptions-838cd9b2eef8e210a46a51b0cd77dfee5d595635.tar.gz kiwi-descriptions-838cd9b2eef8e210a46a51b0cd77dfee5d595635.zip | |
Initial import of descriptions
Diffstat (limited to 'platforms/workstation.xml')
| -rw-r--r-- | platforms/workstation.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platforms/workstation.xml b/platforms/workstation.xml new file mode 100644 index 0000000..3108f76 --- /dev/null +++ b/platforms/workstation.xml @@ -0,0 +1,12 @@ +<image> + <profiles> + <profile name="Workstation-Live" description="Workstation Edition Live DVD"> + <requires profile="GNOME-Desktop"/> + <requires profile="LiveInstall"/> + </profile> + <profile name="KDE-Live" description="KDE Plasma Spin Live DVD"> + <requires profile="KDE-Desktop"/> + <requires profile="LiveInstall"/> + </profile> + </profiles> +</image> |