In the #7 (examples/ubuntu/ubuntu-2004.pkr.hcl)
the boot command types the autoinstall config twice.
boot_command = [
"<esc><f6> autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/<enter><wait>",
"<f6><wait><esc><wait> autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/<enter><wait>"
]
I does not currently work otherwise.
I tested this and both boot commands are required to work. So ignore this comment.
This should be a bug, but is definitely outside the scope updating these examples to use HCL.
Originally posted by @ddelnano in #7 (comment)
In the #7 (examples/ubuntu/ubuntu-2004.pkr.hcl)
the boot command types the autoinstall config twice.
I does not currently work otherwise.