Brendan Shephard
Brendan Shephard
Apparently I don't have access to this repo on gerrithub. I'll push through the review once that access is sorted. Or, if someone else wants to fix it. This should...
Hey, I'm not sure if Ubuntu support makes a lot of sense for this project. Microshift is a project build for the Red Hat family of operating systems. Designed to...
Seems to come from: ``` Oct 09 21:08:20 fedora-work.bne-home.net rpm-ostree(falco.post)[7917]: [POST-INSTALL] Call 'falcoctl driver install for kmod: Oct 09 21:08:20 fedora-work.bne-home.net rpm-ostree(falco.post)[7980]: 2024-10-09 11:08:20 INFO Running falcoctl driver install Oct...
Ah, I see you linked a CoreOS issue too, I missed that. Yeah, I agree with this comment: https://github.com/coreos/fedora-coreos-tracker/issues/1800#issuecomment-2383050895 Seems like a lot to load into post scripts to begin...
How do you envision this one looking? Something like `bootc install` reads from the existing `/etc/fstab` file and copies compatible mounts into the new filesystem deployments `/etc/fstab` Or are you...
Nope, can't be existing `/etc/fstab`: https://github.com/bootc-dev/bootc/blob/main/docs/src/man/bootc-install-to-filesystem.8.md?plain=1#L16-L17 I think I'm mistaking `to-filesystem` with `to-existing-root`
Timely topic. I noticed that if I `install to-existing-root` from a el8 host, then I'm not able to login once the node reboots due to AVC denials. I can `rd.break`...
> > My use case was more exploratory to understand whether it's possible to in-place upgrade from Rocky 8 to CentOS Stream 10 > > In place here means preserving...