#!/usr/bin/env bash images_dir="$1" cd "$images_dir" "${HOST_DIR}/bin/qemu-img" convert -f raw -O qcow2 rootfs.ext2 rootfs.ext2.qcow2