Page 1 of 1

Autologin as root in Text Mode [Solved]

Posted: 13 May 2015, 13:39
by OldAndWeary
Is it possible to auto login as root in text mode?

Note: Used to work in Porteus v1.2 ... can't make it work in v3.1

Cheers John

Re: Autologin as root in Text Mode

Posted: 13 May 2015, 22:05
by Slaxmax
use cheatcode
cliexec=su

Re: Autologin as root in Text Mode

Posted: 14 May 2015, 01:14
by brokenman
Another option is to edit /etc/inittab

Code: Select all

# These are the standard console login getties in multiuser mode:
c1:12345:respawn:/sbin/agetty -a root --noclear 38400 tty1 linux

Re: Autologin as root in Text Mode

Posted: 14 May 2015, 09:09
by OldAndWeary
Many thanks to both Slaxmax and brokenman !!

Have tested both suggestions ... both work

Very happy :)

Cheers
John