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

17 lines
491 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 = "12"
iso = {
2023-12-18 02:04:17 +00:00
url = "http://cdimage.debian.org/cdimage/release/12.4.0/amd64/iso-cd/debian-12.4.0-amd64-netinst.iso"
checksum = "64d727dd5785ae5fcfd3ae8ffbede5f40cca96f1580aaa2820e8b99dae989d94"
2023-08-10 14:10:58 -05:00
}
boot_command = [
2023-12-06 08:21:32 -08:00
"<esc><wait>",
2023-12-18 02:04:17 +00:00
"auto ",
"DEBIAN_FRONTEND=text ",
"preseed/url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
"console=tty0 ",
"--- net.ifnames=0 biosdevnames=0 <wait>",
2023-12-06 08:21:32 -08:00
"<enter>"
2023-08-10 14:10:58 -05:00
]
2023-08-11 20:36:18 -05:00
http_directory = "distros/debian/12/http/"