mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 00:05:17 -04:00
debugd: Allow autologin on serial console
This commit is contained in:
parent
21617dc7db
commit
93801e1786
3 changed files with 30 additions and 9 deletions
|
@ -47,7 +47,7 @@ func main() {
|
|||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
if err := deploy.DeleteUserPassword(ctx, "root"); err != nil {
|
||||
if err := deploy.EnableAutoLogin(ctx, fs, serviceManager); err != nil {
|
||||
log.Errorf("root login: %w")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue