in serial boot mode, keep tty0 active
This commit is contained in:
@@ -206,7 +206,7 @@ func renderHost(w http.ResponseWriter, r *http.Request, what string, host *local
|
||||
if cmdline != "" {
|
||||
cmdline += " "
|
||||
}
|
||||
cmdline += "console=ttyS" + s + ",115200"
|
||||
cmdline += "console=tty0 console=ttyS" + s + ",115200"
|
||||
}
|
||||
|
||||
_, uki := r.Form["uki"]
|
||||
|
||||
Reference in New Issue
Block a user