Merge pull request 'Add guest agent device when creating VMs' (#431) from bugfix/qemu_guest_agent into master

Reviewed-on: #431
This commit is contained in:
Greg 2022-10-12 14:34:06 +00:00
commit 11062f5180
2 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,5 @@
package %w(qemu-guest-agent)
service "qemu-guest-agent" do
action [:start]
action [:enable, :start]
end

View File

@ -86,5 +86,6 @@ virt-install \
--graphics none \
--serial pty \
--console pty \
--channel unix,mode=bind,path=/var/lib/libvirt/qemu/guest01.agent,target_type=virtio,name=org.qemu.guest_agent.0 \
--autostart \
--import