You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in the README.md today rpm -q shim-x64 is a lie. Ultimately what we want to do I think is:
move the bootloader packages out of the manifest into a separate manifest-bootloader.yaml
add a separate rpm-ostree compose tree run to coreos-assembler using that manifest, writing to a separate ref
teach cosa's create_disk.sh to use that (we only need that ref if doing a disk image build note!), including passing data from that ref to /usr/libexec/bootupd generate-update-metadata
This would mean that rpm -q shim-x64 would say it's not installed, which is correct - from the perspective of rpm and rpm-ostree. It's not tracked by that system, it's tracked by bootupd. Instead the single source of truth for versioning would then be bootupctl status.
The text was updated successfully, but these errors were encountered:
We don't produce 32 bit ARM images and are unlikely to anytime
in the near future. Drop this bit which was cargo culted from
the Atomic Host manifests I believe.
Motivated by looking at bootupd work in: coreos/bootupd#50
We don't produce 32 bit ARM images and are unlikely to anytime
in the near future. Drop this bit which was cargo culted from
the Atomic Host manifests I believe.
Motivated by looking at bootupd work in: coreos/bootupd#50
We don't produce 32 bit ARM images and are unlikely to anytime
in the near future. Drop this bit which was cargo culted from
the Atomic Host manifests I believe.
Motivated by looking at bootupd work in: coreos/bootupd#50
As noted in the README.md today
rpm -q shim-x64
is a lie. Ultimately what we want to do I think is:manifest-bootloader.yaml
rpm-ostree compose tree
run to coreos-assembler using that manifest, writing to a separate refcreate_disk.sh
to use that (we only need that ref if doing a disk image build note!), including passing data from that ref to/usr/libexec/bootupd generate-update-metadata
This would mean that
rpm -q shim-x64
would say it's not installed, which is correct - from the perspective of rpm and rpm-ostree. It's not tracked by that system, it's tracked by bootupd. Instead the single source of truth for versioning would then bebootupctl status
.The text was updated successfully, but these errors were encountered: