index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-09-07 01:02:57 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-09-07 01:02:57 +0200 |
commit | 1900be140b35386af462691bb3a279cf0b378083 (patch) | |
tree | a1acb624d03e6049276e16a12f7e2cfcaa2c2960 | |
parent | d43d1754b03a9fc44a1d71e40e38d09c9a713e09 (diff) |
-rw-r--r-- | vagrant.json | 6 |
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>" ] |