23 lines
847 B
HCL
23 lines
847 B
HCL
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 = [
|
|
"<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/10/http/"
|
|
vbox_os_type = "Debian10_64"
|