Skip to content

Instantly share code, notes, and snippets.

@Melkor333
Created May 29, 2026 06:38
Show Gist options
  • Select an option

  • Save Melkor333/eeff45c23bb80eb0f3af26f1bc040b11 to your computer and use it in GitHub Desktop.

Select an option

Save Melkor333/eeff45c23bb80eb0f3af26f1bc040b11 to your computer and use it in GitHub Desktop.
alpine guest agent install cloud-init
#cloud-config
package_update: true
runcmd:
- apk update
- apk add qemu-guest-agent
- rc-update add qemu-guest-agent default
- service qemu-guest-agent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment