ogglord
Explore posts from serversBBlueBuild
•Created by ogglord on 10/27/2024 in #questions
Unable to get version via inspection
I'm building a custom image based on bazzite-nvidia:testing
bluebuild build ./recipes/recipe.yml
INFO => Templating for recipe at ./recipes/recipe.yml
INFO => Retrieving OS version from ghcr.io/ublue-os/bazzite-nvidia:testing. This might take a bit
WARN => Unable to get version via image inspection due to error:
× Failed to parse version from metadata for ghcr.io/ublue-os/bazzite-nvidia:testing
WARN => Pulling and running the image to retrieve the version. This will take a while...
⠐ Pulling image ghcr.io/ublue-os/bazzite-nvidia:testing to get version
Is there a way to avoid pulling the full image? Can I override the OS version from recipe.yml or command line?5 replies
UBUniversal Blue
•Created by ogglord on 5/10/2024 in #🛟bazzite-help
Unable to start network for VM
I running bazzite:stable with a few added layers such as the virtualization stuff. When I try to start the default network from virtman or CLI
e.g.
sudo virsh net-start default
i get
error: Failed to start network default
error: cannot create directory /var/lib/libvirt/dnsmasq: Permission denied
What's the recommended approach to get networking up and running ?18 replies