qemu-guest-agent installation snippet for cloudinit

This commit is contained in:
2026-03-01 22:53:35 -05:00
parent bdddff4c2b
commit 8f2594473c
+6
View File
@@ -0,0 +1,6 @@
#cloud-config
runcmd:
- apt update
- apt install -y qemu-guest-agent
- systemctl start qemu-guest-agent
- reboot