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

19 lines
552 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 = "9"
iso = {
2023-12-06 08:21:32 -08:00
url = "https://cdimage.debian.org/cdimage/archive/9.13.0/amd64/iso-cd/debian-9.13.0-amd64-netinst.iso"
checksum = "71c7e9eb292acc880f84605b1ca2b997f25737fe0a43fc9586f61d35cd2eb43b"
2023-08-10 14:10:58 -05:00
}
boot_command = [
2023-12-06 08:21:32 -08:00
"<esc><wait>",
"auto ",
"DEBIAN_FRONTEND=text ",
"preseed/url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
"console=tty0 ",
"--- ", # Lines after this are copied to the resulting system?!
"biosdevnames=0 ",
"net.ifnames=0 ",
"<enter>"
2023-08-10 14:10:58 -05:00
]
2023-08-11 20:36:18 -05:00
http_directory = "distros/debian/9/http/"