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 of wget and qemu-img packages that you may install using the following command:
sudo apt install -y wget qemu-img
Create a new directory:
mkdir debian-ova
Change directory:
cd debian-ova
Download this script:
wget https://github.com/burbuja/debian-ova-creator/blob/master/debian-ova-creator.sh
Edit it:
nano debian-ova-creator.sh
Change the permissions:
chmod +x debian-ova-creator.sh
Execute it:
./debian-ova-creator.sh