Skip to content

burbuja/debian-ova-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

debian-ova-creator

Introduction

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.

Dependencies

This script depends of wget and qemu-img packages that you may install using the following command:

sudo apt install -y wget qemu-img

Usage

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

License

GNU General Public License version 2 (GPLv2) or later