From 9ddb254ac1540c272905e91dfca05eda10c7ebe1 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Thu, 1 Aug 2013 20:17:14 -0700 Subject: [PATCH] feat(vagrant) add version requirement to the vagrantfile --- build_library/virtualbox_ovf.sh | 14 +++++++++----- build_library/vm_image_util.sh | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build_library/virtualbox_ovf.sh b/build_library/virtualbox_ovf.sh index dc25db872f..dd6ec06b98 100755 --- a/build_library/virtualbox_ovf.sh +++ b/build_library/virtualbox_ovf.sh @@ -56,14 +56,18 @@ datez() { if [[ -n "${FLAGS_output_vagrant}" ]]; then cat >"${FLAGS_output_vagrant}" < "${VM_README}" <= 1.2 is required. Use something like the following to get started: +Vagrant >= 1.2.3 is required. Use something like the following to get started: vagrant box add coreos path/to/$(basename "${box}") vagrant init coreos vagrant up