A have a fleet of bare-metal Fedora CoreOs systems that run container related workloads.
Right now I have my own automation in place to deploy new Fedora CoreOS releases, as I wanted to have more control over what releases are currently in use. (I have disabled Zincati)
In my automation I basically do something like this:
/usr/bin/rpm-ostree deploy --bypass-driver ${release}
Is there something similar for bootupd? So I can be sure I have the same version of grub installed, regardless of when I actually execute the update?