Jordan Pryde
Jordan Pryde
Exactly correct. I spent no time with keyring; I only upgraded it because gnome keyring only worked with a newer version than what was required. It's probably a good idea...
This seems likely to be caused by the wrapping of `systemctl` and the various user modification tools at https://github.com/coreos/rpm-ostree/blob/e0cf3f7bbf29164ee3be7ff20ca8a51319deea46/rust/src/core.rs#L143-L151 and so this probably also impacts `rpm-ostree override replace` of the...
@cgwalters, while I have your attention :smile:, is there a reasonable workaround for this? I'd love to use `dnf5 install` or `dnf5 upgrade` instead of `rpm-ostree override replace` but I...
I will note that I don't actually think this bug has to do with cliwrap as rpm-ostree doesn't seem to replace `systemctl` all the time, just when in the rpm...
Working example using OSTree's built-in rechunk feature here that I've been using for months: https://github.com/prydom/my-ostree-build/blob/ed2b05b29bac9dc0152862f198f166b63380c044/.github/workflows/build.yml#L108-L129 What I currently do is use bluebuild to push the raw image (gzip compressed), then...
Ah, looking at the rechunk repo @hhd-dev and I came up with the same thing independently - I did it to solve SELinux problems with libvirt and increase layer reuse....
https://github.com/hhd-dev/rechunk/blob/master/1_prune.sh does some very invasive and potentially problematic, when used across distros, actions with regards to permissions that ostree-rs-ext handles/applies more safely by using the ostree metadata during ostree checkout....
I had a good discussion with the maintainer of the "rechunk" repo at https://github.com/hhd-dev/rechunk/issues/4. We discussed the pros and cons of using ostree-rs-ext to extract the post-processed rootfs vs their...