genericarm repo
This commit is contained in:
parent
764a527bff
commit
0ccdb815cf
27
configs/rocky-sbc-genericarm.xml
Normal file
27
configs/rocky-sbc-genericarm.xml
Normal 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>
|
9
repositories/gnulab-tmp.xml
Normal file
9
repositories/gnulab-tmp.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user