mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
fix(image_to_vm): gzip vagrant's .box files
This commit is contained in:
parent
382645945a
commit
9c88c24131
@ -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