Additional instructions
This commit is contained in:
parent
14c1cd25f8
commit
2ef56f775c
|
@ -124,6 +124,10 @@ echo 'Using the password "root". Change the root user password by typing:'
|
||||||
echo ''
|
echo ''
|
||||||
echo ' passwd'
|
echo ' passwd'
|
||||||
echo ''
|
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 'Then create a user for the system with:'
|
||||||
echo ''
|
echo ''
|
||||||
echo ' adduser [username]'
|
echo ' adduser [username]'
|
||||||
|
|
|
@ -7067,6 +7067,7 @@ function enable_wifi {
|
||||||
sed -i "s/wifipassword/$WIFI_PASSWORD/g" /etc/network/interfaces
|
sed -i "s/wifipassword/$WIFI_PASSWORD/g" /etc/network/interfaces
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add details to the README file
|
||||||
if ! grep -q "Wifi settings" /home/$MY_USERNAME/README; then
|
if ! grep -q "Wifi settings" /home/$MY_USERNAME/README; then
|
||||||
echo '' >> /home/$MY_USERNAME/README
|
echo '' >> /home/$MY_USERNAME/README
|
||||||
echo '' >> /home/$MY_USERNAME/README
|
echo '' >> /home/$MY_USERNAME/README
|
||||||
|
|
Loading…
Reference in New Issue