Reduced boot wait times to slightly speed up the builds

This commit is contained in:
2024-04-18 11:33:02 -04:00
parent 8fa506613b
commit ec7d42a75a
2 changed files with 2 additions and 2 deletions

View File

@ -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 = ["<tab><wait1s>", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks<enter><wait5m>"]
# shutdown_command = "echo 'packer' | sudo -S poweroff"