2023-12-06 08:21:32 -08:00
|
|
|
distro = "debian"
|
2023-08-10 14:10:58 -05:00
|
|
|
version = "12"
|
|
|
|
|
iso = {
|
2023-12-06 08:21:32 -08:00
|
|
|
url = "http://cdimage.debian.org/cdimage/release/12.2.0/amd64/iso-cd/debian-12.2.0-amd64-netinst.iso"
|
|
|
|
|
checksum = "23ab444503069d9ef681e3028016250289a33cc7bab079259b73100daee0af66"
|
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 ",
|
|
|
|
|
"<enter>"
|
2023-08-10 14:10:58 -05:00
|
|
|
]
|
2023-08-11 20:36:18 -05:00
|
|
|
http_directory = "distros/debian/12/http/"
|