diff options
| author | 2025-12-14 19:43:53 -0500 | |
|---|---|---|
| committer | 2025-12-14 19:43:53 -0500 | |
| commit | e29d4d2f8fa184231a56f85babde756889e73193 (patch) | |
| tree | d906076fa34448862798ab76b4480192bcc6ad79 /teams | |
| parent | 9125ea449bb6eb2a58d05246a4d4316607864e71 (diff) | |
| download | kiwi-descriptions-e29d4d2f8fa184231a56f85babde756889e73193.tar.gz kiwi-descriptions-e29d4d2f8fa184231a56f85babde756889e73193.zip | |
Add initial definitions for the Design Suite lab
These are ported over from fedora-kickstarts with some small
cleanups.
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/designsuite.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/teams/designsuite.xml b/teams/designsuite.xml new file mode 100644 index 0000000..4a146ad --- /dev/null +++ b/teams/designsuite.xml @@ -0,0 +1,32 @@ +<image> + <profiles> + <profile name="DesignSuiteDesktop" description="Desktop packages for Design Suite"> + <requires profile="GNOME-Desktop"/> + </profile> + <profile name="Design_suite-Live" description="Design Suite Lab Live DVD"> + <requires profile="DesignSuiteDesktop"/> + <requires profile="LiveInstall"/> + </profile> + <profile name="Design_suite-Disk" description="Design Suite Lab Install Disk"> + <requires profile="DesignSuiteDesktop"/> + <requires profile="BootDiskCore"/> + </profile> + </profiles> + <packages type="bootstrap" patternType="plusRecommended" profiles="DesignSuiteDesktop"> + <package name="fedora-release-designsuite"/> + </packages> + <packages type="image" patternType="plusRecommended" profiles="DesignSuiteDesktop"> + <namedCollection name="design-suite"/> + <!-- Provides backup application (blocked by Workstation exclude of python3-boto3) --> + <!-- <package name="deja-dup"/> --> + <!-- Add extra gnome applications --> + <package name="gnome-calendar"/> + <package name="gnome-pomodoro"/> + <package name="gnome-todo"/> + <!-- Add cosmetic for terminal --> + <package name="powerline"/> + <package name="powerline-fonts"/> + <!-- Removal of unneeded applications --> + <ignore name="gnome-boxes"/> + </packages> +</image> |