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