diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index 88fc354..69dad64 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -49,15 +49,15 @@ source "proxmox-iso" "ubuntu-2404" { cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}" boot_command = [ - "", - "e", - "", - "", - "autoinstall ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ---", - "" + "", + "", + "", + "autoinstall ds=nocloud-net;s=http://\{\{ .HTTPIP \}\}:\{\{ .HTTPPort \}\}/ ", + "--- " ] - - boot_wait = "${var.vm_boot_wait}" + boot = "c" + boot_wait = "5s" + # boot_wait = "${var.vm_boot_wait}" sockets = "${var.vm_cpu_sockets}" cores = "${var.vm_cpu_cores}"