ostree-finalize-staged fails with SELinux error
remember this blast from the past?
I originally had that problem on my Bazzite rig... which I've let go idle (it dual boots) because I couldn't solve and seems I need to reinstall.
But now... I've run into it on a uCore(bOS) system! 😦...
Titanoboa
if we were going to go that direction, i'd rather just build a TUI installer front-end to bootc install or something with bootc-image-builder
Feature Request: Add build-iso workflow ...
🧵 Great job on the presentations guys! I heard that you guys were still not using bootc-image-builder to generate ISOs and then the followup from the guys asking if he could make AMIs made me start thinking. I found the ticket here to use bootc-image-builder but theres not much talk of requirements.
VSCode RPM and Flatpak cannot communicat...
I'm specifically having this problem: https://github.com/ansible/vscode-ansible/issues/1799
Github Action push failure on bluefin-lts{-dx,-hwe,-dx-hwe}
could someone help me out with the github actions on bluefin-lts?
dnf5 build nearly working for bazzite
close, fails due to multiple kernels being found in rechunker step
bazzite dnf5 unstable builds out of space
all said, i don't think dnf5 is actually doing a full "dnf update" as I above suggested it might be...
when i do a "bazz0" pre-update image... the total image size is another 1.4GB larger than what I had before...
@uBlue Members FYI: https://github.com/
@uBlue Members FYI: https://github.com/containers/bootc/issues/899 - also strong recommend you start subbing to bootc issues moving forward as colin wants all the feedback.
ARM Investigation
Anyone have an ARM machine who can quickly test something?
...
$ podman run --rm -it --platform linux/arm64 quay.io/fedora/fedora-silverblue:41
$ podman run --rm -it --platform linux/arm64 quay.io/fedora/fedora-silverblue:41
systemd PR
```h
int write_string_file_full(int dir_fd, const char *fn, const char *line, WriteStringFileFlags flags, const struct timespec *ts, const char *label_fn);
static inline int write_string_file(const char *fn, const char line, WriteStringFileFlags flags) {
return write_string_file_full(AT_FDCWD, fn, line, flags, / ts= / NULL, /label_fn=*/ NULL);
}...