Updated Alpine patch releases Updated Alma, Debian, Rocky minor releases Updated Arch install media Enabled LEAP 16.0
23 lines
847 B
HCL
23 lines
847 B
HCL
distro = "debian"
|
|
version = "12"
|
|
iso = {
|
|
url = "https://cdimage.debian.org/cdimage/release/12.10.0/amd64/iso-cd/debian-12.10.0-amd64-netinst.iso"
|
|
checksum = "ee8d8579128977d7dc39d48f43aec5ab06b7f09e1f40a9d98f2a9d149221704a"
|
|
}
|
|
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/12/http/"
|
|
vbox_os_type = "Debian12_64"
|