|
Hello everybody! I'm new to this BlueBuild, custom images thing and I'm trying to migrate from Fedora Silverblue to my own custom image using BlueBuild. I was able to create my custom recipe and GitHub Actions ran okay. However, after rebasing and rebooting to my unsigned image, I'm not able to rebase it to the signed one. I get the following error: My image repo is in https://github.com/dacampsss/reasons-os. |
Answered by
dacampsss
Feb 14, 2025
Replies: 1 comment
|
Oh, forget and just close this. I was able to fix it myself with the following steps:
|
0 replies
Answer selected by
dacampsss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, forget and just close this. I was able to fix it myself with the following steps:
rpm-ostree status -vas root in the console, then I was able to see that "libvirt libvirt-client libvirt-nss" and some others were in the "InactiveRequests" state (i.e. those were both layered packages and base-installed packages);rpm-ostree uninstall libvirt libvirt-client ..., and after this I was able to rebase successfully.