This does what we should have done originally, and copies the bootupd bits directly from https://github.com/coreos/fedora-coreos-config/blob/testing-devel/manifests/bootupd.yaml
And uses them via includes.
Tested in concert with https://github.com/coreos/bootupd/pull/387
This needs to be an arch specific include as we don't have bootupd on some arches. Can you also remove the arch-specific package includes at the bottom of the same file? Thanks
https://github.com/coreos/fedora-coreos-config/blob/testing-devel/manifests/fedora-coreos-base.yaml#L193
rebased onto 43a47ea209657fc85fcd7b7d39fec9b2f1cefaa0
Ah right, good catch. I copied the bits from FCOS for this.
Can you also remove the arch-specific package includes at the bottom of the same file?
While it's related, that's a much bigger diff, involving also rebasing this config on https://github.com/coreos/fedora-coreos-config/blob/testing-devel/manifests/bootable-rpm-ostree.yaml which I think we should do as a followup.
LGTM. Thanks!
Pull-Request has been merged by siosm
This does what we should have done originally, and copies the
bootupd bits directly from
https://github.com/coreos/fedora-coreos-config/blob/testing-devel/manifests/bootupd.yaml
And uses them via includes.