2023-12-06 08:21:32 -08:00
|
|
|
distro = "debian"
|
2023-08-10 14:10:58 -05:00
|
|
|
version = "11"
|
|
|
|
|
iso = {
|
2023-12-06 08:21:32 -08:00
|
|
|
url = "http://cdimage.debian.org/cdimage/archive/11.8.0/amd64/iso-cd/debian-11.8.0-amd64-netinst.iso"
|
|
|
|
|
checksum = "d7a74813a734083df30c8d35784926deaa36bc41e5c0766388e9f591ab056b72"
|
2023-08-10 14:10:58 -05:00
|
|
|
}
|
|
|
|
|
boot_command = [
|
2023-12-06 08:21:32 -08:00
|
|
|
"<esc><wait>",
|
|
|
|
|
"auto <wait>",
|
2023-12-07 12:15:48 -06:00
|
|
|
"DEBIAN<wait>_FRONTEND<wait>=text <wait>",
|
|
|
|
|
"preseed<wait>/url<wait>=http://{{.HTTPIP}}<wait>:{{ .HTTPPort }}<wait>/preseed<wait>.cfg <wait>",
|
|
|
|
|
"console<wait>=tty0 <wait>",
|
|
|
|
|
"--- <wait>net<wait>.ifnames<wait>=0 <wait>bios<wait>dev<wait>names=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/11/http/"
|