#!/bin/bash # generating new qcow2 disk echo "what name should it have?" read name qemu-img create -f qcow2 $name.qcow2 8G