summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-09-07 01:02:57 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-09-07 01:02:57 +0200
commit1900be140b35386af462691bb3a279cf0b378083 (patch)
treea1acb624d03e6049276e16a12f7e2cfcaa2c2960
parentd43d1754b03a9fc44a1d71e40e38d09c9a713e09 (diff)
downloadarch-boxes32-1900be140b35386af462691bb3a279cf0b378083.tar.xz
increased wait commando due to issues on the arch linux build servers
-rw-r--r--vagrant.json6
1 files 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": [
- "<enter><wait10><wait10><wait10><wait10>",
+ "<enter><wait10><wait10><wait10><wait10><wait10>",
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>",
"bash install.sh < install-chroot.sh && systemctl reboot<enter>"
]
@@ -72,7 +72,7 @@
]
],
"boot_command": [
- "<enter><wait10><wait10><wait10><wait10>",
+ "<enter><wait10><wait10><wait10><wait10><wait10>",
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>",
"bash install.sh < install-chroot.sh && systemctl reboot<enter>"
]
@@ -92,7 +92,7 @@
"headless": "{{user `headless`}}",
"vmx_data": {"memsize": "{{user `memory`}}"},
"boot_command": [
- "<enter><wait10><wait10><wait10><wait10>",
+ "<enter><wait10><wait10><wait10><wait10><wait10>",
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>",
"bash install.sh < install-chroot.sh && systemctl reboot<enter>"
]