yes, we should probably use it in our builds... the downside is `ostree container commit` doesn't l

yes, we should probably use it in our builds...

the downside is ostree container commit doesn't like stuff in /var so you have to clean it before doing the container commit... but we do that anyway...

so if you just want builds and RPM installs to work, the above is all you need...


but you CAN go a step further, copy the contents of /var/lib/alternatives out, ostree container commit, and then copy them back to /var/lib/alternatives if you want to try to preserve that stuff I do the latter in my image... but it's not crucial just nice to have the extra info IMHO
Was this page helpful?