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

24 lines
863 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 = "12"
iso = {
2024-07-12 21:15:13 -05:00
url = "http://cdimage.debian.org/cdimage/release/12.6.0/amd64/iso-cd/debian-12.6.0-amd64-netinst.iso"
checksum = "ade3a4acc465f59ca2496344aab72455945f3277a52afc5a2cae88cdc370fa12"
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 ",
2024-06-29 22:03:55 -05:00
"console=ttyS0 ",
2023-12-30 05:37:32 +00:00
"<f10>"
2023-08-10 14:10:58 -05:00
]
2023-08-11 20:36:18 -05:00
http_directory = "distros/debian/12/http/"
2024-01-09 22:31:00 -06:00
vbox_os_type = "Debian12_64"