-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.go support more console definitions #168
Comments
Have some questions.
|
I think the simplest approach would be to configure grub to only spit out to |
According to the kernel docs, defining multiple serial consoles is not valid:
(https://docs.kernel.org/admin-guide/serial-console.html) However, if we allow multiple console, we will also have a broken kernel commandline:
|
if more than one console was configured as metal-kernel cmdline, install-go fails with:
The text was updated successfully, but these errors were encountered: