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