Trying to use packer to build an ubuntu 20.04 template. I am using the following for my setup. however i always land on the the language selection screen. From reading it seems alot of people load the preseed.cfg into as a floppy for other hypervisors. has anyone been able to make this work on proxmox?
here is the snippet from my packer json file.
"http_directory": "http",
"boot_command": [
"<esc><wait><esc><wait><f6><wait><esc><wait>",
"<bs><bs><bs><bs><bs>",
"autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ",
"--- <enter>"
],
here is the snippet from my packer json file.
"http_directory": "http",
"boot_command": [
"<esc><wait><esc><wait><f6><wait><esc><wait>",
"<bs><bs><bs><bs><bs>",
"autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ",
"--- <enter>"
],