Files
vms/distros/debian-10-x86_64.pkrvars.hcl
T

18 lines
460 B
HCL
Raw Normal View History

2022-06-20 14:45:24 -05:00
distro = "debian"
version = "10"
iso = {
2023-08-03 14:44:02 -05:00
url = "https://cdimage.debian.org/cdimage/archive/10.13.0/amd64/iso-cd/debian-10.13.0-amd64-netinst.iso"
checksum = "75aa64071060402a594dcf1e14afd669ca0f8bf757b56d4c9c1a31b8f7c8f931"
2022-06-20 14:45:24 -05:00
}
boot_command = [
"<esc><wait>",
"auto ",
"DEBIAN_FRONTEND=text ",
"net.ifnames=0 ",
"biosdevnames=0 ",
"preseed/url=http://{{.HTTPIP}}:{{ .HTTPPort }}/debian/10-preseed.cfg ",
"console=ttyS0 ",
2023-08-03 14:44:02 -05:00
"console=tty0 ",
2022-06-20 14:45:24 -05:00
"<enter>"
]