diff --git a/Almalinux-9/almalinux-9.pkr.hcl b/Almalinux-9/almalinux-9.pkr.hcl index f32c03b..2eb4aaf 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 = "10s" + boot_wait = "5s" boot_key_interval = "250ms" boot_command = ["", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks"] # shutdown_command = "echo 'packer' | sudo -S poweroff" diff --git a/FreeBSD-14/freebsd-14.pkr.hcl b/FreeBSD-14/freebsd-14.pkr.hcl index 97ddf4c..5f2776c 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 = "10s" + boot_wait = "5s" boot_key_interval = "250ms" 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", ""] # shutdown_command = "echo 'packer' | sudo -S poweroff"