From 2d6402848611eb8f91925b0ee3f0507f47015963 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 18 Apr 2024 11:40:59 -0400 Subject: [PATCH] Removed useless shutdown command; shortened key interval time --- Almalinux-9/almalinux-9.pkr.hcl | 3 +-- Debian-12/debian-12.pkr.hcl | 3 +-- FreeBSD-14/freebsd-14.pkr.hcl | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Almalinux-9/almalinux-9.pkr.hcl b/Almalinux-9/almalinux-9.pkr.hcl index 6ca6203..ea671fd 100644 --- a/Almalinux-9/almalinux-9.pkr.hcl +++ b/Almalinux-9/almalinux-9.pkr.hcl @@ -12,9 +12,8 @@ source "proxmox-iso" "almalinux-9" { template_name = "almalinux-9" template_description = "Almalinux 9.3, generated on ${timestamp()}" boot_wait = "5s" - boot_key_interval = "250ms" + boot_key_interval = "200ms" boot_command = ["", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks"] -# shutdown_command = "echo 'packer' | sudo -S poweroff" os = "l26" cores = "2" diff --git a/Debian-12/debian-12.pkr.hcl b/Debian-12/debian-12.pkr.hcl index 14bc797..15d3ab2 100644 --- a/Debian-12/debian-12.pkr.hcl +++ b/Debian-12/debian-12.pkr.hcl @@ -12,9 +12,8 @@ source "proxmox-iso" "debian-12" { template_name = "debian-12" template_description = "Debian 12.5, generated on ${timestamp()}" boot_wait = "5s" - boot_key_interval = "250ms" + boot_key_interval = "200ms" boot_command = ["", "auto url=http://ks.int.metaunix.net/preseeds/debian-bookworm.cfg", ""] -# shutdown_command = "echo 'packer' | sudo -S poweroff" os = "l26" cores = "2" diff --git a/FreeBSD-14/freebsd-14.pkr.hcl b/FreeBSD-14/freebsd-14.pkr.hcl index 6b0799f..c10cadc 100644 --- a/FreeBSD-14/freebsd-14.pkr.hcl +++ b/FreeBSD-14/freebsd-14.pkr.hcl @@ -12,9 +12,8 @@ source "proxmox-iso" "freebsd-14" { template_name = "freebsd-14" template_description = "FreeBSD 14.0, generated on ${timestamp()}" boot_wait = "5s" - boot_key_interval = "250ms" + 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", ""] -# shutdown_command = "echo 'packer' | sudo -S poweroff" os = "other" cores = "2"