add Spice and listen to all interfaces by default

This commit is contained in:
Lukas Greve
2025-10-10 12:07:52 +02:00
parent de48f21335
commit 5da0303cf5

View File

@@ -111,6 +111,7 @@ virt-install \
--vcpus 4 \
--memory "$memory_size" \
--video virtio \
--graphics spice,listen=0.0.0.0 \
--channel unix,target.type=virtio,target.name=org.qemu.guest_agent.0 \
--autoconsole none \
--console pty,target.type=virtio \