Achilleas Koutsou
Achilleas Koutsou
My recommendation would be to block user creation in ostree commits completely. It's generally not a good idea to bake users into ostree commits since they can never be removed...
@henrywang Can we re-enable secure boot on CS9 now?
> I'm not sure if this PR actually makes sense for fedora. Like lvm + btrfs really doesn't make any sense. But unsure what to do here. > > In...
There's something wrong with our ostree deployments on f36. I don't know the root cause yet, but it's misbehaving in a few ways. One part is the merging of `passwd`...
This should be fixed, but I'd like to keep it open until we enable testing in CI for it again.
Hi Paul. You're right, we should enable all the spokes/modules that are enabled in the existing ISO. I'll look at the iso from https://getfedora.org/en/iot/download/ and try to replicate it.
The purpose of the `edge-installer` is to deploy a pre-built commit. Specifying a parent doesn't really make sense in this context. The commit is already built and served by the...
Yes, in this case the `--parent` flag should be specified when building the `edge-commit` or `edge-container` for the update. The original issue here was that `--parent` doesn't make sense when...
Oh, I see. I think there's a bug here, or at least a change in behaviour. This should work: ``` $ composer-cli compose start-ostree rhel-edge-commit --parent rhel/9/x86_64/edge --ref rhel/9/x86_64/edge --url...
I'll keep the issue open because a lot of this needs to be clarified/documented and maybe made more flexible.