diff --git a/kvm-install-vm b/kvm-install-vm index 5cbf786..259a5c4 100755 --- a/kvm-install-vm +++ b/kvm-install-vm @@ -627,7 +627,7 @@ _EOF_ outputn "Copying cloud image ($(basename ${IMAGE}))" DISK=${VMNAME}.qcow2 - cp $IMAGE $DISK && ok + qemu-img create -q -f qcow2 -F qcow2 -b $IMAGE $DISK && ok if $RESIZE_DISK then outputn "Resizing the disk to $DISK_SIZE"