Ensure we use bootupd (and bootc) from the copr
So we always get the latest, which we need right now.
This commit is contained in:
parent
91c1fb4469
commit
d7c1787f0c
6
c9s.yaml
6
c9s.yaml
|
|
@ -9,5 +9,11 @@ metadata:
|
|||
name: c9s-oscore
|
||||
summary: CentOS 9 OSCore
|
||||
|
||||
repo-packages:
|
||||
- repo: bootc-c9s
|
||||
packages:
|
||||
- bootc
|
||||
- bootupd
|
||||
|
||||
include:
|
||||
- oscore/manifest.yaml
|
||||
|
|
|
|||
|
|
@ -12,6 +12,12 @@ metadata:
|
|||
include:
|
||||
- oscore/manifest.yaml
|
||||
|
||||
repo-packages:
|
||||
- repo: bootc-fedora
|
||||
packages:
|
||||
- bootc
|
||||
- bootupd
|
||||
|
||||
packages:
|
||||
# We include this for historical reasons
|
||||
- fedora-repos-ostree
|
||||
|
|
|
|||
Loading…
Reference in New Issue