From c6f3c1aae1568ca3b65c4de99e7843920166d221 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 13 Oct 2014 15:01:49 +1100 Subject: [PATCH] Echo that qemu-img convert is running qemu-img convert can take a few minutes to complete, or far longer on heavily loaded systems. Notify the user that the image is undergoing conversion to save them just seeing END PROFILING. Change-Id: I1ad61ce5ed011b721d48e2d12fb42ef4aa5cd1f6 --- lib/img-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/img-functions b/lib/img-functions index d973f29e9..56d5edc80 100644 --- a/lib/img-functions +++ b/lib/img-functions @@ -114,6 +114,7 @@ function compress_and_save_image () { else EXTRA_OPTIONS="" fi + echo "Converting image using qemu-img convert" qemu-img convert ${COMPRESS_IMAGE:+-c} -f raw $TMP_IMAGE_PATH -O $IMAGE_TYPE $EXTRA_OPTIONS $1-new rm $TMP_IMAGE_PATH