From fce87bf51910ddae950fa93d03b86ef7ea45bb5a Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Fri, 27 Mar 2015 16:59:32 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 94f4707..980f118 100644 --- a/README.md +++ b/README.md @@ -31,28 +31,16 @@ Running ``` - Automatically login on a Raspberry Pi: - -``` -sudo nano /etc/inittab -``` - + - `sudo nano /etc/inittab` - Navigate to the following line in inittab - `1:2345:respawn:/sbin/getty 115200 tty1` - Add a # at the beginning of the line to comment it out - `#1:2345:respawn:/sbin/getty 115200 tty1` - Add the following line just below the commented line - -``` -1:2345:respawn:/bin/login -f pi tty1 /dev/tty1 2>&1 -``` - + - `1:2345:respawn:/bin/login -f pi tty1 /dev/tty1 2>&1` - This will run the login program with pi user and without any authentication - Save and Exit. - Press Ctrl+X to exit nano editor followed by Y to save the file and then press Enter to confirm the filename. - Reboot the pi and it will boot straight on to the shell prompt pi@raspberrypi without prompting you to enter username or password. - - Run automatically after login: - -``` -echo '~/netwatch.py/netwatch.py' > ~/.bash_profile -``` + - `echo '~/netwatch.py/netwatch.py' > ~/.bash_profile`