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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user