Rocky 10, Alma 10, and Debian 13 are not yet known by Virtualbox, so we use the generic versions of those
23 lines
843 B
HCL
23 lines
843 B
HCL
distro = "debian"
|
|
version = "13"
|
|
iso = {
|
|
url = "https://cdimage.debian.org/cdimage/release/13.0.0/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso"
|
|
checksum = "e363cae0f1f22ed73363d0bde50b4ca582cb2816185cf6eac28e93d9bb9e1504"
|
|
}
|
|
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/13/http/"
|
|
vbox_os_type = "Debian_64"
|