rocky-kiwi-descriptions/configs/rocky.xml

48 lines
1.7 KiB
XML
Raw Normal View History

<?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"/>
2024-05-01 04:52:31 +00:00
<include from="this://./repositories/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"/>
2024-05-01 04:52:31 +00:00
<!-- Vagrant -->
<include from="this://./vagrant/vagrant.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"/>
2024-04-01 07:06:43 +00:00
<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>