Files
vms/distros/debian/11/amd64.pkrvars.hcl
T

23 lines
847 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "debian"
2023-08-10 14:10:58 -05:00
version = "11"
iso = {
2024-11-18 11:29:42 -06:00
url = "https://cdimage.debian.org/cdimage/archive/11.11.0/amd64/iso-cd/debian-11.11.0-amd64-netinst.iso"
checksum = "cd5b2a6fc22050affa1d141adb3857af07e94ff886dca1ce17214e2761a3b316"
2023-08-10 14:10:58 -05:00
}
boot_command = [
2023-12-30 05:37:32 +00:00
"<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>"
2023-08-10 14:10:58 -05:00
]
2023-08-11 20:36:18 -05:00
http_directory = "distros/debian/11/http/"
2024-01-09 22:31:00 -06:00
vbox_os_type = "Debian11_64"