Login Debian 11.6.0 As Root Account Automatically

1 · douyipu · March 4, 2023, 10:41 a.m.
First open a terminal and type su then your root password that you created when installing your Debian 11. Install Emacs with apt install emacs. Stay in root terminal and type emacs /etc/gdm3/daemon.conf. This command opens the file daemon.conf in Emacs. Before: [daemon] # Uncomment the line below to force the login screen to use Xorg #WaylandEnable=false # Enabling automatic login # AutomaticLoginEnable=true # AutomaticLogin=user1 # Enabling timed login # TimedLoginEnable = true #...