This script helps you to download a Debian cloud image and to convert it into an OVA file.
The OVF file included into this script was taken from an Ubuntu OVA file.
This script depends on wget and qemu-img from the qemu-utils package that you may install using the following command:
sudo apt install -y wget qemu-utilsCreate a new directory:
mkdir debian-ovaChange directory:
cd debian-ovaDownload this script:
wget https://github.com/burbuja/debian-ova-creator/raw/refs/heads/master/debian-ova-creator.shChange the permissions:
chmod +x debian-ova-creator.shExecute it:
./debian-ova-creator.sh -d [debian_version]