Disable bootupd integration until we use unified core
The bootupd code relies on having `/usr/lib/ostree-boot`, which we only get in unified core mode.
This commit is contained in:
parent
edb7d86d39
commit
a1a8bbe8bb
1 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,11 @@ mutate-os-release: "38"
|
|||
include: fedora-common-ostree-pkgs.yaml
|
||||
|
||||
# See https://github.com/coreos/bootupd
|
||||
arch-include:
|
||||
x86_64: bootupd.yaml
|
||||
aarch64: bootupd.yaml
|
||||
# TODO: Disabled until we use use unified-core or native container flow
|
||||
# for the main build
|
||||
# arch-include:
|
||||
# x86_64: bootupd.yaml
|
||||
# aarch64: bootupd.yaml
|
||||
|
||||
packages:
|
||||
- git-core
|
||||
|
|
Loading…
Reference in a new issue