Use Bochs (libvirt is buggy in CentOS Stream 9)
This commit is contained in:
parent
a7cbbf3837
commit
2a43a3898b
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||||
|
|
Loading…
Reference in a new issue