Difference between revisions of "Disable login password"
From MyWiki
(Created page with "Sudo nano /etc/inittab<br> This will open up the boot time system configuration script.<br> Scroll down the file until you reach the line ‘1:2345:respawn:/sbin/getty 115200...") |
(No difference)
|
Latest revision as of 20:58, 10 November 2015
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