Edit:
There seems to be an issue with rpm-ostree. I can do rpm-ostree update && rpm-ostree install 1 2 3
but this means it builds the image twice, right?
Best would be to have it work in one command.
Hi!
I am in the process of building my own image with some preinstalled rpms to avoid client side layering. But in the meanwhile I would do that.
So I have this weird bug, encountered it already 1 month or so earlier.
I try rpm-ostree update install fish qemu qemu-kvm virt-manager
for example, and I get a weird bug that packages are not installed. I actually dont get that bug anymore, but automatically only the first package of that list is installed.
Looking at the process of how layering is done, repeating the layering process over and over again for every package sounds horrible! Is this a bug or somehow intended? Is this related to missing dependency solving in rpm-ostree?
I never encountered that on my current machine, but I also learned Kinoite step by step so I guess I never installed a bunch of apps at a time.
Thanks!