Compare commits
3 Commits
d26ab2249c
...
11062f5180
| Author | SHA1 | Date | |
|---|---|---|---|
| 11062f5180 | |||
|
|
315cd247e5 | ||
|
|
e73b8fb01f |
@ -6,5 +6,5 @@
|
||||
package %w(qemu-guest-agent)
|
||||
|
||||
service "qemu-guest-agent" do
|
||||
action [:start]
|
||||
action [:enable, :start]
|
||||
end
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user