Last active
January 26, 2026 12:16
-
-
Save mirkobrombin/5c2745b54dd16b603d54dc72c341aa4b to your computer and use it in GitHub Desktop.
Revisions
-
Mirko Brombin revised this gist
Jun 17, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,6 @@ DBX_SUDO_PROGRAM=pkexec /usr/share/apx/distrobox/distrobox create \ --image ghcr.io/vanilla-os/pico:main \ --name libvirtd \ --additional-flags "-p 2222:22" \ --init-hooks "apt update && apt install -y openssh-server libvirt-daemon-system libvirt-clients qemu-system qemu-utils virt-manager && systemctl enable ssh.service && systemctl enable libvirtd && usermod -aG libvirt $USER" DBX_SUDO_PROGRAM=pkexec /usr/share/apx/distrobox/distrobox-enter --root libvirtd -- distrobox-export --app virt-manager -
Mirko Brombin revised this gist
Jun 17, 2024 . No changes.There are no files selected for viewing
-
Mirko Brombin created this gist
Jun 17, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ DBX_SUDO_PROGRAM=pkexec /usr/share/apx/distrobox/distrobox create \ --pull \ --root \ --init \ --unshare-all \ --image ghcr.io/vanilla-os/pico:main \ --name libvirtd \ --additional-flags "-p 2222:22" \ --init-hooks "apt update && apt install -y openssh-server libvirt-daemon-system libvirt-clients qemu-system qemu-utils && systemctl enable ssh.service && systemctl enable virt-manager libvirtd && usermod -aG libvirt $USER" DBX_SUDO_PROGRAM=pkexec /usr/share/apx/distrobox/distrobox-enter --root libvirtd -- distrobox-export --app virt-manager