aboutsummaryrefslogtreecommitdiff
path: root/repositories/core-eln.xml
diff options
from:
to:
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 /repositories/core-eln.xml
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 'repositories/core-eln.xml')
-rw-r--r--repositories/core-eln.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/repositories/core-eln.xml b/repositories/core-eln.xml
new file mode 100644
index 0000000..c8eb87b
--- /dev/null
+++ b/repositories/core-eln.xml
@@ -0,0 +1,22 @@
+<image>
+ <repository type="rpm-md" alias="extras" sourcetype="baseurl">
+ <source path="https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Extras/$basearch/os/">
+ <signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary"/>
+ </source>
+ </repository>
+ <repository type="rpm-md" alias="crb" sourcetype="baseurl">
+ <source path="https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/CRB/$basearch/os/">
+ <signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary"/>
+ </source>
+ </repository>
+ <repository type="rpm-md" alias="appstream" sourcetype="baseurl">
+ <source path="https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/AppStream/$basearch/os/">
+ <signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary"/>
+ </source>
+ </repository>
+ <repository type="rpm-md" alias="baseos" sourcetype="baseurl">
+ <source path="https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/BaseOS/$basearch/os/">
+ <signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary"/>
+ </source>
+ </repository>
+</image>