Files
HoralOS/Fedora-ELN.kiwi
T
Neal Gompa 56ecbf971e ELN: Set the target RHEL version as the version of the description
Otherwise this turns into "Fedora-ELN-ELN", which is not what we
want. And this represents RHEL 11 anyway.
2024-08-24 13:21:03 -04:00

25 lines
754 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>11</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"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>