distro = "debian" version = "12" iso = { url = "http://cdimage.debian.org/cdimage/release/12.5.0/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso" checksum = "013f5b44670d81280b5b1bc02455842b250df2f0c6763398feb69af1a805a14f" } boot_command = [ "e", "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 ", "" ] http_directory = "distros/debian/12/http/" vbox_os_type = "Debian12_64"