-
Notifications
You must be signed in to change notification settings - Fork 9
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
Do not create the kairos user by default #1104
Conversation
Signed-off-by: Itxaka <[email protected]>
Tested kairos with this, doesnt seem like an issue. You cannot login but thats about it lol. If you create a normal user you can still login but without sudo privs unless you add the admin group to your user
permissions of the user seems good
So I dont see why this would not work, nothing depends on our kairos user being there by default. |
@@ -111,7 +111,6 @@ stages: | |||
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ | |||
|
|||
|
|||
Welcome to kairos (login with user: kairos, password: kairos) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe still worth keeping for livecd? though I don't see why someone would log out of the livecd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can't log out of the livecd lol, it restarts the service on exit so you get logged in back
Let me try that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, I think this only happens in alpine, which makes the service restart but not on normal service. You dont even get a login back, just a dead tty lol
Part of kairos-io/kairos#2921