rocky-kiwi-descriptions/configs/rocky.xml
Louis Abel 4499c0b16f
Add KDE and Cinnamon spins
Signed-off-by: Louis Abel <label@rockylinux.org>
2024-04-01 18:19:03 -07:00

46 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.4" name="Rocky">
<description type="system">
<author>Release Engineering (SIG/Core)</author>
<contact>releng@rockylinux.org</contact>
<specification>Rocky Linux</specification>
</description>
<preferences>
<version>9</version>
<packagemanager>dnf</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<release-version>9</release-version>
</preferences>
<include from="this://./repositories/core.xml"/>
<!-- research if these should be on for everything in general
would leaving these on affect what's pulled? original kickstarts used
would stick with our repos until the OCP images.
<include from="this://./repositories/epel.xml"/>
<include from="this://./repositories/oracle.xml"/>
<include from="this://./repositories/sig-cloud-common.xml"/>
-->
<!-- Components -->
<include from="this://./components/boot.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./components/live/common.xml"/>
<include from="this://./components/live/xfce.xml"/>
<!-- Cloud -->
<include from="this://./cloud/cloud.xml"/>
<!-- Containers -->
<include from="this://./container/container.xml"/>
<!-- Live -->
<include from="this://./live/workstation.xml"/>
<include from="this://./live/workstation-lite.xml"/>
<include from="this://./live/xfce.xml"/>
<include from="this://./live/mate.xml"/>
<include from="this://./live/kde.xml"/>
<include from="this://./live/cinnamon.xml"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>