Hopefully fix Mint 22 install problems

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
This commit is contained in:
Greg Hellings
2025-08-18 12:35:13 -05:00
parent 260a2711eb
commit 8ac704a100
3 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ boot_command = [
"automatic-ubiquity ",
#"only-ubiquity ",
"url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
"video=VGA-1:1600x1200 ",
"<f10>",
]
http_directory = "distros/mint/22/http/"
vbox_os_type = "Debian12_64"
vbox_os_type = "Ubuntu24_LTS_64"