From 2ef56f775ca41604e170e213f3e46bd8e2cd1210 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 24 Dec 2014 16:15:32 +0000 Subject: [PATCH] Additional instructions --- initial_setup.sh | 4 ++++ install-freedombone.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/initial_setup.sh b/initial_setup.sh index 4118c8e5..5236dae9 100755 --- a/initial_setup.sh +++ b/initial_setup.sh @@ -124,6 +124,10 @@ echo 'Using the password "root". Change the root user password by typing:' echo '' echo ' passwd' echo '' +echo "If you can't log in as root then try typing 'exit' and then:" +echo '' +echo " ssh root@$BBB_FIXED_IP_ADDRESS" +echo '' echo 'Then create a user for the system with:' echo '' echo ' adduser [username]' diff --git a/install-freedombone.sh b/install-freedombone.sh index 49b5c39e..fb1b5d9b 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -7067,6 +7067,7 @@ function enable_wifi { sed -i "s/wifipassword/$WIFI_PASSWORD/g" /etc/network/interfaces fi + # Add details to the README file if ! grep -q "Wifi settings" /home/$MY_USERNAME/README; then echo '' >> /home/$MY_USERNAME/README echo '' >> /home/$MY_USERNAME/README