fix boot command
This commit is contained in:
@@ -52,11 +52,12 @@ source "proxmox-iso" "ubuntu-2404" {
|
|||||||
cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}"
|
cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}"
|
||||||
|
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<esc /><wait /><esc /><wait />",
|
"<esc><wait>",
|
||||||
"<f6 /><wait /><esc /><wait />",
|
"e<wait>",
|
||||||
"<bs /><bs /><bs /><bs /><bs />",
|
"<down><down><down><end>",
|
||||||
"autoinstall ds=nocloud-net;s=http://\{\{ .HTTPIP \}\}:\{\{ .HTTPPort \}\}/ ",
|
"<bs><bs><bs><bs><wait>",
|
||||||
"--- <enter />"
|
"autoinstall ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ---<wait>",
|
||||||
|
"<f10><wait>"
|
||||||
]
|
]
|
||||||
boot = "c"
|
boot = "c"
|
||||||
boot_wait = "5s"
|
boot_wait = "5s"
|
||||||
|
|||||||
Reference in New Issue
Block a user