Files
vms/distros/debian/10/amd64.pkrvars.hcl
T

17 lines
542 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "debian"
2023-08-10 14:10:58 -05:00
version = "10"
iso = {
2023-12-06 08:21:32 -08:00
url = "https://cdimage.debian.org/cdimage/archive/10.13.0/amd64/iso-cd/debian-10.13.0-amd64-netinst.iso"
checksum = "75aa64071060402a594dcf1e14afd669ca0f8bf757b56d4c9c1a31b8f7c8f931"
2023-08-10 14:10:58 -05:00
}
boot_command = [
2023-12-06 08:21:32 -08:00
"<esc><wait>",
"auto <wait>",
"DEBIAN_FRONTEND=text <wait>",
"preseed/url<wait>=http://{{.HTTPIP}}<wait>:{{ .HTTPPort }}/preseed.cfg <wait>",
"console=tty0 <wait>",
"--- <wait>net.ifnames=0 <wait>biosdevnames=0 <wait>",
"<enter>"
2023-08-10 14:10:58 -05:00
]
2023-08-11 20:36:18 -05:00
http_directory = "distros/debian/10/http/"