From 9c88c24131ffa275ec254635e24bf613a295ea66 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 1 Aug 2013 22:42:37 -0400 Subject: [PATCH] fix(image_to_vm): gzip vagrant's .box files --- build_library/vm_image_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: