Help with updating a customized bazzite.
So I created my own customized bazzite with bluebuild. I was successfully able to rebase it. I also tried updating using rpm-ostree upgrade which was successful, but when using the ujust update command the update fails with this message.
Why does the update fail when using ujust and how can I fix that ?
GitHub
GitHub - ishan9299/bazzite-customization
Contribute to ishan9299/bazzite-customization development by creating an account on GitHub.
2 Replies
I'd guess that your image isn't signed? Maybe try
rpm-ostree rebase ostree-unverified-registry://ghcr.io/ishan9299/bazzite-customized:latest
and see if that works@wolfyreload I just figured it out. This error happens if there nothing to update. I just removed and added some packages from my customization which triggered a new build and ujust was able to update no problems.