1
1
scripts/kvm/genqcow2.sh

9 lines
126 B
Bash
Executable File

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