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

added more enters to boot_command

parent c7cbc8c1
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
]
],
"boot_command": [
"<enter><wait10><wait10><wait10><wait10><wait10>",
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>",
"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><wait10>",
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>",
"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><wait10>",
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>",
"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