Commit d363189d authored by Łukasz Nowak's avatar Łukasz Nowak

packer: Wait a bit more for the boot

On slower hosts it takes a bit more time to boot the ISO some times, which
results with not receiving the ESC key to disable the graphic screen, and so
not working installation.
parent 8eb9e7ce
......@@ -15,7 +15,7 @@
"passwd/username={{user `user`}} ",
"<enter>"
],
"boot_wait": "2s",
"boot_wait": "30s",
"disk_size": "{{ user `disk_size`}}000",
"format": "qcow2",
"headless": true,
......
......@@ -15,7 +15,7 @@
"passwd/username={{user `user`}} ",
"<enter>"
],
"boot_wait": "2s",
"boot_wait": "30s",
"disk_size": "{{ user `disk_size`}}000",
"format": "qcow2",
"headless": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment