Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => RK3188 => Topic started by: michaelc on August 14, 2015, 10:40:17 PM

Title: Disable root autologin on supplied Debian image
Post by: michaelc on August 14, 2015, 10:40:17 PM
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
Title: Re: Disable root autologin on supplied Debian image
Post by: michaelc on August 15, 2015, 12:26:36 AM
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