Add guest agent device when creating VMs
This is necessary for qemu-guest-agent to actually work
This commit is contained in:
parent
d26ab2249c
commit
e73b8fb01f
@ -86,5 +86,6 @@ virt-install \
|
|||||||
--graphics none \
|
--graphics none \
|
||||||
--serial pty \
|
--serial pty \
|
||||||
--console pty \
|
--console pty \
|
||||||
|
--channel unix,mode=bind,path=/var/lib/libvirt/qemu/guest01.agent,target_type=virtio,name=org.qemu.guest_agent.0 \
|
||||||
--autostart \
|
--autostart \
|
||||||
--import
|
--import
|
||||||
|
Loading…
x
Reference in New Issue
Block a user