mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #74 from marineam/gzip
fix(image_to_vm): gzip vagrant's .box files
This commit is contained in:
commit
72d31f3a89
@ -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}" <<EOF
|
||||
Vagrant >= 1.2 is required. Use something like the following to get started:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user