#!/bin/bash set -eu -o pipefail tarball="$1" vmdb2 --output v-i.img --log v-i.log v-i.vmdb \ --verbose --rootfs-tarball "$tarball"