~/tags $ grep -l '#qemu' _posts/*
// #qemu
1 post tagged.
Provisioning Proxmox VMs From Cloud Images: 380 Fewer Packages, One Clone Command, Three Playbooks
I measured what an Ubuntu cloud image actually saves you (664 packages against 284, a 58% smaller download) and rebuilt my Proxmox VM provisioning as a repeatable pipeline: a build script, a clone script, and three An...