diff options
| author | 2024-08-09 09:49:11 -0400 | |
|---|---|---|
| committer | 2024-08-09 11:17:35 -0400 | |
| commit | b77585ea3f25cd195b11dd9e540bd85f99714820 (patch) | |
| tree | c5e81fe522a9e8f13cc33f22234eaba8e0187f7c /config.xml | |
| parent | c4d19f7f8e4f725ca9ce8774c00b40549138fef8 (diff) | |
| download | kiwi-descriptions-b77585ea3f25cd195b11dd9e540bd85f99714820.tar.gz kiwi-descriptions-b77585ea3f25cd195b11dd9e540bd85f99714820.zip | |
Rename config.xml to Fedora.kiwi
This ensures that there is a single unambiguous filename for the
root description.
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/config.xml b/config.xml deleted file mode 100644 index 393d333..0000000 --- a/config.xml +++ /dev/null @@ -1,52 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<image schemaversion="7.4" name="Fedora"> - <description type="system"> - <author>Fedora Project Contributors</author> - <contact>devel@lists.fedoraproject.org</contact> - <specification>Fedora Linux</specification> - </description> - <preferences> - <version>Rawhide</version> - <packagemanager>dnf5</packagemanager> - <locale>en_US</locale> - <keytable>us</keytable> - <timezone>UTC</timezone> - <release-version>rawhide</release-version> - </preferences> - <include from="this://./repositories/core.xml"/> - <include from="this://./components/boot.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.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://./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.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"/> - </packages> -</image> |