How to add ujust setup-virtualization to recipe?
I have been trying to get virt-manger installed. I want to add the ujust setup-virtualization recipe to the template ghcr.io/ublue-os/silverblue-main:latest. This is what i have installed.
ls -l /usr/share/ublue-os/just
total 48
-rw-r--r--. 3 root root 3576 Jan 1 1970 00-default.just
-rw-r--r--. 3 root root 4421 Jan 1 1970 10-update.just
-rw-r--r--. 3 root root 290 Jan 1 1970 15-luks.just
-rw-r--r--. 3 root root 257 Jan 1 1970 20-clean.just
-rw-r--r--. 3 root root 5945 Jan 1 1970 30-distrobox.just
-rw-r--r--. 3 root root 1403 Jan 1 1970 31-toolbox.just
-rw-r--r--. 3 root root 4802 Jan 1 1970 40-nvidia.just
-rw-r--r--. 3 root root 1396 Jan 1 1970 50-akmods.just
-rw-r--r--. 3 root root 88 Jan 1 1970 60-custom.just
3 Replies
I had a look at 84-bazzite-virt.just and decided to use virt-manager via distrobox. This tutorial works https://www.zihad.com.bd/posts/how-to-run-virt-manager-with-distrobox-in-fedora-silverblue-kinoite/
Comprehensive Tech Programming Tutorials: Linux, Machine Learning and More
How to run virt-manager in Fedora Silverblue / Kinoite using Distro...
It’s better we create a seperate home folder for our new distrobox. 1 distrobox create --root --image quay.io/toolbx/ubuntu-toolbox:20.04 --name ubuntu-virt-manager --home ~/.var/distrobox/ubuntu-virt-manager --init
yeah i wouldnt recommend using the bazzite
setup-virtualization
in a custom image, kinda beats the purpose of the custom image.
plus it also deals with a lot of stuff that is advanced virtualization.
just installing virt-manager and qemu and omvf on the custom image is the right way to go instead, unless you plan to use the advanced virtualization stuff that is in the script, in which case you need the kvmfr
module and ls-iommu
installed toothanks