coreos / fedora-coreos-config

Base configuration for Fedora CoreOS
Other
153 stars 157 forks source link

[next-devel] overrides: fix grub2 arch specific overrides #3209

Closed dustymabe closed 1 month ago

dustymabe commented 1 month ago

We can't have any grub2 overrides in the manifest-lock.overrides.yaml file because there are no grub2 packages on s390x. Let's move those into the arch specific overrides files and also correct a few of them.

Fixes 31802d2

dustymabe commented 1 month ago

CI already passed the build phase and the actual RPMs on x86_64 were tested in https://github.com/coreos/fedora-coreos-config/pull/3190 so I'll merge this.