diff --git a/build_image.sh b/build_image.sh index 706f4e937c..4b7a0393e3 100755 --- a/build_image.sh +++ b/build_image.sh @@ -67,15 +67,7 @@ elif [ "$IMAGE_TYPE" = "raw" ]; then exit 1 } - gzip $OUTPUT_RAW_IMAGE - - [ -r $OUTPUT_RAW_IMAGE.gz ] || { - echo "Error : gzip $OUTPUT_RAW_IMAGE failed!" - exit 1 - } - - mv $OUTPUT_RAW_IMAGE.gz $OUTPUT_RAW_IMAGE - echo "The compressed raw image is in $OUTPUT_RAW_IMAGE" + echo "The raw image is in $OUTPUT_RAW_IMAGE" elif [ "$IMAGE_TYPE" = "kvm" ]; then