Removed useless shutdown command; shortened key interval time

This commit is contained in:
2024-04-18 11:40:59 -04:00
parent b682663c56
commit 2d64028486
3 changed files with 3 additions and 6 deletions

View File

@ -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 = ["<esc><wait1s>", "auto url=http://ks.int.metaunix.net/preseeds/debian-bookworm.cfg", "<enter><wait6m>"]
# shutdown_command = "echo 'packer' | sudo -S poweroff"
os = "l26"
cores = "2"