Add devel composes (off by default), but pull in new bootupd
This fixes compatibility with `bootc install` in BIOS mode.
This commit is contained in:
parent
ca31675a74
commit
a9560ae57d
|
|
@ -0,0 +1,35 @@
|
||||||
|
[baseos-devel]
|
||||||
|
name=CentOS Stream 9 development - BaseOS
|
||||||
|
baseurl=https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/BaseOS/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
||||||
|
[appstream-devel]
|
||||||
|
name=CentOS Stream 9 development - AppStream
|
||||||
|
baseurl=https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/AppStream/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
||||||
|
[nfv-devel]
|
||||||
|
name=CentOS Stream 9 development - NFV
|
||||||
|
baseurl=https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/NFV/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
||||||
|
[rt-devel]
|
||||||
|
name=CentOS Stream 9 development - RT
|
||||||
|
baseurl=https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/RT/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
@ -5,3 +5,12 @@ variables:
|
||||||
repos:
|
repos:
|
||||||
- baseos
|
- baseos
|
||||||
- appstream
|
- appstream
|
||||||
|
# And pull in the devel composes optionally to faster track things;
|
||||||
|
# TODO make a container that tracks this too
|
||||||
|
- baseos-devel
|
||||||
|
- appstream-devel
|
||||||
|
|
||||||
|
repo-packages:
|
||||||
|
- repo: appstream-devel
|
||||||
|
packages:
|
||||||
|
- bootupd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue