Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
...
#auth   required        pam_succeed_if.so user != root quiet_success
...


Enable automatic login

vi /etc/gdm3/daemon.conf


Code Block
[daemon]
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = root



Logout and log in using root

...