Disable login password

From MyWiki
Revision as of 20:58, 10 November 2015 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sudo nano /etc/inittab

This will open up the boot time system configuration script.
Scroll down the file until you reach the line ‘1:2345:respawn:/sbin/getty 115200 tty1’

When you see that line, put a hash # in front of it to disable that line then scroll to the end of line and hit enter.
In the blank line that appears add the following command
1:2345:respawn:/bin/login -f pi tty1 / dev/tty1 2>&1