summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>"
]