ShellTux / ConvertOva2Qcow2

This shell script allows you to convert OVA (Open Virtualization Format) images to QCOW2 images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVA to QCOW2 Image Converter

This shell script allows you to convert OVA (Open Virtualization Format) images to QCOW2 images.

Prerequisites

  • qemu-img utility is required for converting the images.
  • tar for extracting ova image

Usage

./ova2qcow2 input.ova output.qcow2

About

This shell script allows you to convert OVA (Open Virtualization Format) images to QCOW2 images.

License:MIT License


Languages

Language:Shell 72.2%Language:Makefile 27.8%