genericarm repo

This commit is contained in:
Louis Abel 2024-05-04 01:36:21 -07:00
parent 764a527bff
commit 0ccdb815cf
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.4" name="Rocky">
<description type="system">
<author>Release Engineering (SIG/Core)</author>
<contact>releng@rockylinux.org</contact>
<specification>Rocky Linux</specification>
</description>
<preferences>
<version>9</version>
<packagemanager>dnf</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<release-version>9</release-version>
</preferences>
<include from="this://./repositories/core.xml"/>
<include from="this://./repositories/altarch-common.xml"/>
<include from="this://./repositories/gnulab-tmp.xml"/>
<include from="this://./components/boot.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./sbc/pi.xml"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>

View File

@ -0,0 +1,9 @@
<!-- There isn't a way to exclude packages from a certain repo -->
<image>
<repository type="rpm-md" alias="sig-altarch-common" priority="5">
<source path="https://rockyrepos.gnulab.org/gen_aarch64_$releasever/"/>
</repository>
<repository type="rpm-md" alias="sig-altarch-rockyrpi" priority="5">
<source path="https://rockyrepos.gnulab.org/gen_aarch64_$releasever/"/>
</repository>
</image>