Skip to content
Snippets Groups Projects
Unverified Commit 1900be14 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

increased wait commando due to issues on the arch linux build servers

parent d43d1754
No related branches found
No related tags found
No related merge requests found
......@@ -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>"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment