Commit df303081 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

packer/ubuntu 22: add more delay for slow machine

parent c7e434e3
Pipeline #24609 failed with stage
in 0 seconds
......@@ -5,13 +5,13 @@
"boot_command": [
"c<wait>",
"linux /casper/vmlinuz --- autoinstall ds=\"nocloud-net;seedfrom=http://{{.HTTPIP}}:{{.HTTPPort}}/\"",
"<enter><wait>",
"<enter><wait><wait><wait>",
"initrd /casper/initrd",
"<enter><wait>",
"<enter><wait><wait><wait><wait>",
"boot",
"<enter>"
],
"boot_wait": "2s",
"boot_wait": "10s",
"cpus": 2,
"disk_size": "{{ user `disk_size`}}000",
"format": "qcow2",
......
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