23 lines
847 B
HCL
23 lines
847 B
HCL
distro = "debian"
|
|
version = "11"
|
|
iso = {
|
|
url = "https://cdimage.debian.org/cdimage/archive/11.11.0/amd64/iso-cd/debian-11.11.0-amd64-netinst.iso"
|
|
checksum = "cd5b2a6fc22050affa1d141adb3857af07e94ff886dca1ce17214e2761a3b316"
|
|
}
|
|
boot_command = [
|
|
"<down>e<wait><down><down><down><end><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
|
"auto ",
|
|
"preseed/url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
|
|
"ipv6.disable=1 ",
|
|
"debian-installer=en_US locale=en_US kbd-chooser/method=us ",
|
|
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
|
|
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
|
|
"keyboard-configuration/xkb-keymap=us ",
|
|
"debconf/frontend=noninteractive ",
|
|
"hostname={{.Name}} ",
|
|
"domain=vagrant ",
|
|
"<f10>"
|
|
]
|
|
http_directory = "distros/debian/11/http/"
|
|
vbox_os_type = "Debian11_64"
|