coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

create_disk: run `bootupctl backend install` using bootupd from target system #3756

Closed jlebon closed 4 months ago

jlebon commented 4 months ago

Just like most tools run in this script, we want to use the version of bootupd in the target system rather than whatever happens to be in cosa to ensure maximum compatibility.

This is already fixed in the osbuild flow. So this is just fixing it in the legacy flow until we've fully moved over to osbuild since it's easy to do. While we're here, drop the unshare workaround since it's no longer needed.

This bit us recently:

https://github.com/coreos/fedora-coreos-streams/issues/862#issuecomment-1992283167