diff --git a/Almalinux-9/almalinux-9.pkr.hcl b/Almalinux-9/almalinux-9.pkr.hcl index ea671fd..84f013d 100644 --- a/Almalinux-9/almalinux-9.pkr.hcl +++ b/Almalinux-9/almalinux-9.pkr.hcl @@ -11,7 +11,7 @@ variable "proxmox_apitoken" { source "proxmox-iso" "almalinux-9" { template_name = "almalinux-9" template_description = "Almalinux 9.3, generated on ${timestamp()}" - boot_wait = "5s" + boot_wait = "10s" boot_key_interval = "200ms" boot_command = ["", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks"] diff --git a/Debian-12/debian-12.pkr.hcl b/Debian-12/debian-12.pkr.hcl index 15d3ab2..d5d6b61 100644 --- a/Debian-12/debian-12.pkr.hcl +++ b/Debian-12/debian-12.pkr.hcl @@ -11,7 +11,7 @@ variable "proxmox_apitoken" { source "proxmox-iso" "debian-12" { template_name = "debian-12" template_description = "Debian 12.5, generated on ${timestamp()}" - boot_wait = "5s" + boot_wait = "10s" boot_key_interval = "200ms" boot_command = ["", "auto url=http://ks.int.metaunix.net/preseeds/debian-bookworm.cfg", ""] diff --git a/FreeBSD-14/freebsd-14.pkr.hcl b/FreeBSD-14/freebsd-14.pkr.hcl index c10cadc..7ad2d0d 100644 --- a/FreeBSD-14/freebsd-14.pkr.hcl +++ b/FreeBSD-14/freebsd-14.pkr.hcl @@ -11,7 +11,7 @@ variable "proxmox_apitoken" { source "proxmox-iso" "freebsd-14" { template_name = "freebsd-14" template_description = "FreeBSD 14.0, generated on ${timestamp()}" - boot_wait = "5s" + boot_wait = "10s" boot_key_interval = "200ms" boot_command = ["", "", "", "", "freebsd", "", "", "", "", "", "", "", "", "", "", "", " ", "", "", "packer", "packer", "", "95", "", "", "", "", " ", " ", "", "xadmin", "Remote admin user", "", "", "wheel", "", "", "", "", "", "", "", "packer", "packer", "", "", "", "", "", "pkg update && pkg install -y sudo qemu-guest-agent", "y", "echo '%wheel ALL=(ALL:ALL) ALL' > /usr/local/etc/sudoers.d/wheel", "echo 'qemu_guest_agent_enable=\"YES\"' >> /etc/rc.conf", "exit", ""]