fedora-kiwi-descriptions/Fedora-ELN.kiwi
Neal Gompa 2df162e797 ELN: Set description version to "0"
This value is overridden by Koji with the value set by Pungi for
the target RHEL version. Not having it here removes the assumption
that a valid version is being tracked here.
2024-08-30 14:25:19 -04:00

26 lines
805 B
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.4" name="Fedora-ELN">
<description type="system">
<author>Fedora Project Contributors</author>
<contact>devel@lists.fedoraproject.org</contact>
<specification>Fedora ELN</specification>
</description>
<preferences>
<version>0</version>
<packagemanager>dnf5</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<release-version>eln</release-version>
</preferences>
<include from="this://./components/boot-eln.xml"/>
<include from="this://./repositories/core-eln.xml"/>
<include from="this://./teams/eln/cloud.xml"/>
<include from="this://./teams/eln/container.xml"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>