From 1900be140b35386af462691bb3a279cf0b378083 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Thu, 7 Sep 2017 01:02:57 +0200 Subject: increased wait commando due to issues on the arch linux build servers --- vagrant.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant.json b/vagrant.json index 15cb181..7ef2b34 100644 --- a/vagrant.json +++ b/vagrant.json @@ -43,7 +43,7 @@ ] ], "boot_command": [ - "", + "", "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'", "bash install.sh < install-chroot.sh && systemctl reboot" ] @@ -72,7 +72,7 @@ ] ], "boot_command": [ - "", + "", "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'", "bash install.sh < install-chroot.sh && systemctl reboot" ] @@ -92,7 +92,7 @@ "headless": "{{user `headless`}}", "vmx_data": {"memsize": "{{user `memory`}}"}, "boot_command": [ - "", + "", "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'", "bash install.sh < install-chroot.sh && systemctl reboot" ] -- cgit v1.2.3-54-g00ecf