Files
HoralOS/Fedora-ELN.kiwi
T
Stephen Gallagher 2242194e9b Add initial framework for ELN images
The bootable image support for ELN differs from boot.xml in
several ways:

* The images use XFS
* Several packages are dropped that are not present in ELN

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2024-08-22 10:17:35 -04:00

24 lines
707 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>ELN</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"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>