Skip to content

burbuja/debian-ova-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 on wget and qemu-img from the qemu-utils package that you may install using the following command:

sudo apt install -y wget qemu-utils

Usage

Create a new directory:

mkdir debian-ova

Change directory:

cd debian-ova

Download this script:

wget https://github.com/burbuja/debian-ova-creator/raw/refs/heads/master/debian-ova-creator.sh

Change the permissions:

chmod +x debian-ova-creator.sh

Execute it:

./debian-ova-creator.sh -d [debian_version]

License

GNU General Public License version 2 (GPLv2) or later

About

A script to create a Debian OVA image for VMware

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages