qemu-guest-agent installation snippet for cloudinit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#cloud-config
|
||||
runcmd:
|
||||
- apt update
|
||||
- apt install -y qemu-guest-agent
|
||||
- systemctl start qemu-guest-agent
|
||||
- reboot
|
||||
Reference in New Issue
Block a user