Disable root autologin on supplied Debian image

Started by michaelc, August 14, 2015, 10:40:17 PM

Previous topic - Next topic

michaelc

Hi,

How do I disable the autologin on the command line interface of the supplied Debian image?

I have looked in /etc/inittab and /etc/login.defs but haven't seen anything.

Thanks,
Michael

michaelc

I found out how:

$ sudo vim /etc/inittab

Change this:
T0:2345:respawn:/sbin/getty -L ttyFIQ0 -a root 115200 vt100

To this:
T0:2345:respawn:/sbin/getty -L ttyFIQ0 115200 vt100