aboutsummaryrefslogtreecommitdiff
path: root/Fedora-ELN.kiwi
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar Stephen Gallagher <sgallagh@redhat.com> 2024-08-22 09:13:48 -0400
committerGravatar Stephen Gallagher <sgallagh@redhat.com> 2024-08-22 10:17:35 -0400
commit2242194e9bd93459fc49dd5510a4b8508962a856 (patch)
tree785987a93adbce593284066ecf728bf12fa3a5c2 /Fedora-ELN.kiwi
parentb77585ea3f25cd195b11dd9e540bd85f99714820 (diff)
downloadkiwi-descriptions-2242194e9bd93459fc49dd5510a4b8508962a856.tar.gz
kiwi-descriptions-2242194e9bd93459fc49dd5510a4b8508962a856.zip
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>
Diffstat (limited to 'Fedora-ELN.kiwi')
-rw-r--r--Fedora-ELN.kiwi23
1 files changed, 23 insertions, 0 deletions
diff --git a/Fedora-ELN.kiwi b/Fedora-ELN.kiwi
new file mode 100644
index 0000000..4a804f4
--- /dev/null
+++ b/Fedora-ELN.kiwi
@@ -0,0 +1,23 @@
+<?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>