From d43d1754b03a9fc44a1d71e40e38d09c9a713e09 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Thu, 7 Sep 2017 00:49:08 +0200 Subject: changed boot_wait and made it to a variable --- vagrant.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vagrant.json b/vagrant.json index 70bd410..15cb181 100644 --- a/vagrant.json +++ b/vagrant.json @@ -8,12 +8,13 @@ "cpus": "2", "headless": "true", "atlas_token": "PLACEHOLDER", - "write_zeroes": "" + "write_zeroes": "", + "boot_wait": "30s" }, "builders": [ { "type": "virtualbox-iso", - "boot_wait": "10s", + "boot_wait": "{{user `boot_wait`}}", "http_directory": "http", "disk_size": "{{user `disk_size`}}", "guest_os_type": "ArchLinux_64", @@ -48,7 +49,7 @@ ] }, { "type": "qemu", - "boot_wait": "10s", + "boot_wait": "{{user `boot_wait`}}", "http_directory": "http", "disk_size": "{{user `disk_size`}}", "iso_checksum_url": "{{user `iso_checksum_url`}}", @@ -77,7 +78,7 @@ ] }, { "type": "vmware-iso", - "boot_wait": "10s", + "boot_wait": "{{user `boot_wait`}}", "http_directory": "http", "disk_size": "{{user `disk_size`}}", "iso_checksum_url": "{{user `iso_checksum_url`}}", -- cgit v1.2.3