Re: [pve-devel] [PATCH v2 qemu-server 1/1] fix #2429: allow to specify cloud-init vendor snippet via cicustom

2021-09-27 Thread Mira Limbeck
I tested your patch with a Ubuntu 20.04 cloudimg. Works fine The patch looks good except for three small things. See comments inline. On 8/23/21 4:34 PM, Constantin Herold wrote: v2 rebase with master Any updates on this ? Patch has been available since june reference:

[pve-devel] [PATCH v2 qemu-server 1/1] fix #2429: allow to specify cloud-init vendor snippet via cicustom

2021-08-23 Thread Constantin Herold
v2 rebase with master Any updates on this ? Patch has been available since june reference: https://lists.proxmox.com/pipermail/pve-devel/2021-June/049025.html Example: qm set 9000 --cicustom "vendor=local:snippets/vendor.yaml" cat << 'EOF' > /var/lib/vz/snippets/vendor.yaml runcmd: - apt