Mint 22 install was hanging on Virtualbox because it was not installing openssh-server at the end of the run. I do not know whether the `|| true` lines fixed this, or if it was the `d-i pkgsel/include` line getting fixed, but the result is that it now builds and installs for Virtualbox
19 lines
519 B
HCL
19 lines
519 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 ",
|
|
"video=VGA-1:1600x1200 ",
|
|
"<f10>",
|
|
]
|
|
http_directory = "distros/mint/22/http/"
|
|
vbox_os_type = "Ubuntu24_LTS_64"
|