LelouBil
Explore posts from serversBBlueBuild
•Created by LelouBil on 4/23/2025 in #questions
What is the preferred way of editing ostree config files with bluebuild
I want to enable transient root, to install nix (since I updated to fedora 42 with composefs)
To do that, I need to edit the file at /usr/lib/ostree/prepare-root.conf and add a configuration entry.
Do I need to do it "manually" as a script step, or is there some better way to do that ?
6 replies
UBUniversal Blue
•Created by LelouBil on 2/14/2025 in #🛟bazzite-help
Package conflict between copr and terra repositories
Hello, I am building a custom image based on bazzite using bluebuild.
In my image, I am installing swww, coming from a custom copr repository that contains the binaries and the shell completions in one package : https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/
Since a few weeks (I think that's when I upgraded to 41, when the terra repo was added maybe ?) My builds started failing when downloading swww with this issue :
And from the log above here is what's happening :
- rpm-ostree is called to install swww.
- rpm-ostree downloads swww from the custom copr
- rpm-ostree also downloads swww-(fish/bash/zsh)-completions packages from terra
- Conflict, because the copr swww also contains completion files
What can I do about it ?
7 replies
UBUniversal Blue
•Created by LelouBil on 1/28/2024 in #🛟bazzite-help
Latest image boots to a black screen on a VM
I just installed the latest bazzite iso (desktop variant) on an HyperV VM, the installation went fine (albeit a very slow, but that's just my hdd being slow) and after the reboot I just had a blinking cursor.
Switching to a tty I tried opening dmesg and journalctl to see if stuff was happening but there was logs being added.
Systemctl status also said the system was still booting
2 replies