-
Notifications
You must be signed in to change notification settings - Fork 59
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
Consider adding kernel command-line argument for automatically logging in on console #112
Comments
I like the idea. Here are a few questions
|
one more
|
Notes from the meeting last week:
|
It's traditional functionality for users coming from Container Linux, so I'd call it medium priority if we decide to do it.
Even without explicit support, cloud providers could implement the functionality themselves if they wished. It's just overriding the
There's nothing distro-specific about the UX. The implementation is somewhat distro-specific, because the autologin user and getty command-line arguments will vary. We could generalize it, but I don't have any sense of whether there'd be interest. |
We recently did some work around this for live PXE/ISO. @bgilbert any thoughts on making it more generic to apply to other use cases, but only if the user asked for it. |
My current view is that we should proceed without it and see what sort of feedback we get. We can always add the feature, but can never remove it. |
Should we close this issue out or is there something left to do? |
This isn't a priority for now, but let's leave the issue open to centralize discussion in case there's interest in pursuing it later. |
Given the announcement of EOL for CoreOS, it is driving folks like myself to FCOS. We absolutely need a password recovery process for FCOS and for CoreOS that used I don't care how it is done, either via |
I added some docs about access recovery at coreos/fedora-coreos-docs#48. |
We discussed this during the meeting today. There are two use cases for something like this:
The primary use is obviously the first one. The second use case is mostly a convenience and not necessary. Considering that, the outcome of the discussion today was:
@bgilbert is that something you might be able to investigate? If we do go with |
A 3rd use case I can think of: |
Considering the outcome of the meeting on March 11th and the fact that |
Container Linux supports the
coreos.autologin
kernel command-line argument, which automatically logs in on the specified console, or on all consoles if none is specified. This is helpful for debugging, since most CL systems don't set passwords on any accounts. It's also used on one platform (Packet) to ease debugging via the platform's console access mechanism.Consider providing similar functionality in Fedora CoreOS.
The text was updated successfully, but these errors were encountered: