Search results

  1. T

    Proxmox ignores custom cloud-init from --cicustom paramter (tested with Ubuntu/CentOS)

    Hi, I'm getting crazy to create a vm provisioned with cloud-init. Here is what i do: # create template wget https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2 qm create 9000 --name centos-ci --memory 2048 --net0 virtio,bridge=vmbr0 qm...