Skip to content
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

kernel: multiplexing /dev/console to all console= entries #136

Open
dustymabe opened this issue Jan 24, 2019 · 1 comment
Open

kernel: multiplexing /dev/console to all console= entries #136

dustymabe opened this issue Jan 24, 2019 · 1 comment

Comments

@dustymabe
Copy link
Member

See kernel mailing list discussion

We'd like to augment the kernel to be able to multiplex /dev/console to all console= entries from the kernel command line. The problem this tries to solve is laid out in the mailing list discussion.

The current proposal is that we add:

a flag to the console=
option which would mark a console as a /dev/console device too and
multiplex only those specified by the user. Then let's see how it goes
with userspace logging out in the wild...

Possible options for how we mark a console to be multiplexed are:

  • console=ttyS0,primary
  • console=ttyS0,mux
  • console=ttyS0+
  • consolex=ttyS0

Let's see if we can tackle this problem so we can get more reliable output when people have early boot failures and also we can decrease the number of cloud specific grub snippets we need.

@gursewak1997
Copy link
Member

Is this issue still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants