Additional instructions

This commit is contained in:
Bob Mottram 2014-12-24 16:15:32 +00:00
parent 14c1cd25f8
commit 2ef56f775c
2 changed files with 5 additions and 0 deletions

View File

@ -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]'

View File

@ -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