18 lines
488 B
HCL
18 lines
488 B
HCL
distro = "mint"
|
|
version = "22"
|
|
iso = {
|
|
url = "https://mirrors.kernel.org/linuxmint/stable/22.1/linuxmint-22.1-cinnamon-64bit.iso"
|
|
checksum = "ccf482436df954c0ad6d41123a49fde79352ca71f7a684a97d5e0a0c39d7f39f"
|
|
}
|
|
boot_command = [
|
|
"e<wait><down><down><down><end><bs><bs>",
|
|
"auto ",
|
|
"noprompt ",
|
|
"automatic-ubiquity ",
|
|
#"only-ubiquity ",
|
|
"url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
|
|
"<f10>",
|
|
]
|
|
http_directory = "distros/mint/22/http/"
|
|
vbox_os_type = "Debian12_64"
|