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
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Steve Kowalik
					Steve Kowalik