Thank you very much for your time and for the answer!
I successfully rebased from kinoite remote but still no luck in composing my own tree from that repo. Thing is I didn’t want to depend on a fork of the project.
I know this is more a quirk of mine instead of an actual problem but I’m very interested in the project and in the ostree concept, hence why I wanted to try and compose my own tree in order to fully comprehend the inner workings (I read the documentation but I’m no expert in the field and didn’t see references to the mentioned errors so I asked here).
Well, aside from the convenience of using the already existing, I was pointing you in that direction to discuss with @siosm what it is you’re trying to do. He has been helpful with others wanting to do the same thing as you, custom commit of Silverblue.
Hey @psiquo! As @jakfrost said I am building an XFCE version of Silverblue if you want to try it out. Of course you can also build your own from fedora-xfce.yaml with the following instructions. Let me know if packages are missing or if you encounter any other issue.
Regarding your issues:
I used to get 404 with mirrors sometimes too thus I now build with an hard-coded mirror URL in the repo files instead to make it simpler.
Make sure that you have enough space especially in /var/tmp as the temporary root directory is stored there during the build. You may have to remove previous incomplete builds manually from there.
Stop sssd.service & sssd-kcm.socket before building to avoid issues.
It worked!
Sorry for the late response but I’ve been caught up with work so I couldn’t try again.
I’ve done as you said for the mirrors and it worked perfectly, in the end I built the in the Os and not in a toolbox and the first error disappeared.
Thank you very much @siosm