diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index 3f8573b0e4..a83e966585 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -439,7 +439,7 @@ _write_vagrant_conf() { --output_ovf "$ovf" \ --output_vagrant "$vfile" - tar -cf "${box}" -C "${VM_TMP_DIR}" "box.ovf" "Vagrantfile" "${dst_name}" + tar -czf "${box}" -C "${VM_TMP_DIR}" "box.ovf" "Vagrantfile" "${dst_name}" cat > "${VM_README}" <= 1.2 is required. Use something like the following to get started: