diff options
| author | 2024-02-22 19:15:21 -0500 | |
|---|---|---|
| committer | 2024-02-22 19:15:21 -0500 | |
| commit | 749771647624e6be1f574fbf31b60aa0f90d0bbc (patch) | |
| tree | ca67892d9e4ce370187a16a620c5469afaf7f7d4 /config.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 'config.xml')
| -rw-r--r-- | config.xml | 32 |
1 files changed, 27 insertions, 5 deletions
@@ -16,13 +16,35 @@ </preferences> <include from="this://./repositories/core.xml"/> <include from="this://./components/boot.xml"/> - <include from="this://./components/desktop-environments.xml"/> + <include from="this://./components/desktops/common.xml"/> + <include from="this://./components/desktops/gnome.xml"/> + <include from="this://./components/desktops/kde.xml"/> + <include from="this://./components/desktops/xfce.xml"/> + <include from="this://./components/desktops/cinnamon.xml"/> + <include from="this://./components/desktops/mate-compiz.xml"/> + <include from="this://./components/desktops/i3.xml"/> + <include from="this://./components/desktops/lxqt.xml"/> + <include from="this://./components/desktops/lxde.xml"/> + <include from="this://./components/desktops/soas.xml"/> + <include from="this://./components/desktops/phosh.xml"/> + <include from="this://./components/desktops/sway.xml"/> + <include from="this://./components/desktops/budgie.xml"/> <include from="this://./components/liveinstall.xml"/> <include from="this://./components/users.xml"/> - <include from="this://./platforms/cloud.xml"/> - <include from="this://./platforms/container.xml"/> - <include from="this://./platforms/vagrant.xml"/> - <include from="this://./platforms/workstation.xml"/> + <include from="this://./teams/cloud/cloud.xml"/> + <include from="this://./teams/cloud/container.xml"/> + <include from="this://./teams/cloud/vagrant.xml"/> + <include from="this://./teams/workstation.xml"/> + <include from="this://./teams/kde.xml"/> + <include from="this://./teams/xfce.xml"/> + <include from="this://./teams/cinnamon.xml"/> + <include from="this://./teams/mate-compiz.xml"/> + <include from="this://./teams/i3.xml"/> + <include from="this://./teams/lxqt.xml"/> + <include from="this://./teams/lxde.xml"/> + <include from="this://./teams/soas.xml"/> + <include from="this://./teams/sway.xml"/> + <include from="this://./teams/budgie.xml"/> <packages type="bootstrap"> <package name="basesystem"/> <package name="filesystem"/> |