Updated Debian 12 to use a local preseed

This commit is contained in:
2024-04-18 19:56:37 -04:00
parent 770a3291b8
commit 3210d922bf
2 changed files with 166 additions and 1 deletions

View File

@ -13,7 +13,11 @@ source "proxmox-iso" "debian-12" {
template_description = "Debian 12.5, generated on ${timestamp()}"
boot_wait = "10s"
boot_key_interval = "200ms"
boot_command = ["<esc><wait1s>", "auto url=http://ks.int.metaunix.net/preseeds/debian-bookworm.cfg", "<enter><wait6m>"]
boot_command = ["<esc><wait1s>", "auto url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian.cfg", "<enter><wait6m>"]
http_directory = "http"
http_port_max = "8089"
http_port_min = "8080"
os = "l26"
cores = "2"