diff options
| author | 2024-02-22 19:15:21 -0500 | |
|---|---|---|
| committer | 2024-02-22 19:15:21 -0500 | |
| commit | 749771647624e6be1f574fbf31b60aa0f90d0bbc (patch) | |
| tree | ca67892d9e4ce370187a16a620c5469afaf7f7d4 /components/desktops/common.xml | |
| parent | 41c9052e0920b4246f38e27dc1751591b83d46a7 (diff) | |
| download | kiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.tar.gz kiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.zip | |
Reorganize configuration around Fedora teams
This realigns the configuration into separate files/folders that
would be modified by specific teams (e.g. WGs and SIGs).
Diffstat (limited to 'components/desktops/common.xml')
| -rw-r--r-- | components/desktops/common.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/components/desktops/common.xml b/components/desktops/common.xml new file mode 100644 index 0000000..08d6956 --- /dev/null +++ b/components/desktops/common.xml @@ -0,0 +1,18 @@ +<image> + <profiles> + <profile name="DesktopCommon" description="Common desktop packages"/> + </profiles> + <packages type="image" patternType="plusRecommended" profiles="DesktopCommon"> + <namedCollection name="internet-browser"/> + <namedCollection name="fonts"/> + <namedCollection name="multimedia"/> + <namedCollection name="networkmanager-submodules"/> + <namedCollection name="office-suite"/> + <namedCollection name="hardware-support"/> + <namedCollection name="print-client"/> + <namedCollection name="guest-desktop-agents"/> + <namedCollection name="standard"/> + <ignore name="gfs2-utils"/> + <ignore name="reiserfs-utils"/> + </packages> +</image> |