From 8f2594473cb07c871d101e84cc0501124b622123 Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Sun, 1 Mar 2026 22:53:35 -0500 Subject: [PATCH] qemu-guest-agent installation snippet for cloudinit --- qemu-guest-agent-snippet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qemu-guest-agent-snippet.yaml diff --git a/qemu-guest-agent-snippet.yaml b/qemu-guest-agent-snippet.yaml new file mode 100644 index 0000000..1445897 --- /dev/null +++ b/qemu-guest-agent-snippet.yaml @@ -0,0 +1,6 @@ +#cloud-config +runcmd: + - apt update + - apt install -y qemu-guest-agent + - systemctl start qemu-guest-agent + - reboot