Use Bochs (libvirt is buggy in CentOS Stream 9)

This commit is contained in:
Anthony Rose 2024-01-17 08:02:33 +00:00
parent a7cbbf3837
commit 2a43a3898b

View file

@ -61,7 +61,7 @@ virt-install --connect $_acp_vm_session \
--console pty,target.type=virtio \ --console pty,target.type=virtio \
--serial pty \ --serial pty \
--channel unix,target.type=virtio,target.name=org.qemu.guest_agent.0 \ --channel unix,target.type=virtio,target.name=org.qemu.guest_agent.0 \
--video virtio \ --video bochs \
--autoconsole none \ --autoconsole none \
--import \ --import \
--name "$@" --name "$@"