coreos / coreos-assembler

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

[rhcos-4.17] support `cosa buildextend-qemu-secex` #3929

Closed dustymabe closed 3 weeks ago

dustymabe commented 3 weeks ago

qemu-secex is the artifact name used in meta.json and elsewhere so let's support calling it that way like we do for other artifacts.

The cmd-buildextend-secex symlink is left in place for backwards compatibilty.

dustymabe commented 3 weeks ago

We effectively did this in latest COSA in https://github.com/coreos/coreos-assembler/commit/ed1db278b44da3c4cdaad87ac82543bb658d64dc

This is just applying something similar to older streams.

dustymabe commented 3 weeks ago

Cherry-picked a few commits from main to drop some OSBuild patches that aren't needed any longer.