Jonathan Lebon
Jonathan Lebon
The most frictionless way to run rpm-ostree in a container is via [coreos-assembler](https://github.com/coreos/coreos-assembler). It's shipped as a container and is fully supported in rootless mode (but requires `/dev/kvm`). But of...
@heyakyra This seems like a distinct issue. Can you file a separate ticket? Please include where you got the RPM, and the version of rpm-ostree (and `rpm-ostree status`).
Do you have more background on this PR? I think having this option could make sense, though we should probably instead just enhance the global `pkg_entries` array or so to...
Let's hold this until we finalize the design in https://github.com/coreos/rpm-ostree/issues/1265. /hold
Note this is already how it works in cosa today with the `cosa fetch` and `cosa build` split. In unprivileged setups, `cosa build` runs offline. See `RUNVM_NONET` [here](https://github.com/coreos/coreos-assembler/blob/117db9be2e359f6940a1845b778fcc6f63425916/src/cmd-build#L284) which is...
In the first screenshot, the command which failed is `findmnt`, and looks non-fatal. In the second screenshot, the command which failed is `cp`. It might be in the `program-log` tab...
Thanks for the report. This is because the modular repos are still disabled. I submitted https://pagure.io/workstation-ostree-config/pull-request/259. Once it's backported to f35, this will be fixed. In the meantime, you can...
I agree something like this could be useful, though `--allow-inactive` isn't something you need to be actively avoiding. Note it only shows up in `status` when in verbose mode. >...
@akostadinov This is when trying to install a local RPM of NetworkManager, right? Is the intent there that you want that exact RPM to be installed if the base ever...
Requires: https://github.com/ostreedev/ostree/pull/2099