I use following script to install a new VM using the minimal Debian 10 (Buster) image:
#!/bin/sh VM_NAME="vps2" virt-install \\ --virt-type kvm \\