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