You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to separate multiple consoles in the console string? Or do we need to migrate to a string slice (breaking)?
Do we want to require a serial console (ttyS) in the kernel string for grub or can it also go without? The check that the given console is of type serial ttyS should already be done in the current implementation, I guess?
How to separate multiple consoles in the console string? Or do we need to migrate to a string slice (breaking)?
Do we want to require a serial console (ttyS) in the kernel string for grub or can it also go without? The check that the given console is of type serial ttyS should already be done in the current implementation, I guess?
I think the simplest approach would be to configure grub to only spit out to ttyS, but what to do if someone defines more than one ttyS
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: