Sfoglia il codice sorgente

Additional instructions

Bob Mottram 10 anni fa
parent
commit
2ef56f775c
2 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 4
    0
      initial_setup.sh
  2. 1
    0
      install-freedombone.sh

+ 4
- 0
initial_setup.sh Vedi File

124
 echo ''
124
 echo ''
125
 echo '    passwd'
125
 echo '    passwd'
126
 echo ''
126
 echo ''
127
+echo "If you can't log in as root then try typing 'exit' and then:"
128
+echo ''
129
+echo "    ssh root@$BBB_FIXED_IP_ADDRESS"
130
+echo ''
127
 echo 'Then create a user for the system with:'
131
 echo 'Then create a user for the system with:'
128
 echo ''
132
 echo ''
129
 echo '    adduser [username]'
133
 echo '    adduser [username]'

+ 1
- 0
install-freedombone.sh Vedi File

7067
       sed -i "s/wifipassword/$WIFI_PASSWORD/g" /etc/network/interfaces
7067
       sed -i "s/wifipassword/$WIFI_PASSWORD/g" /etc/network/interfaces
7068
   fi
7068
   fi
7069
 
7069
 
7070
+  # Add details to the README file
7070
   if ! grep -q "Wifi settings" /home/$MY_USERNAME/README; then
7071
   if ! grep -q "Wifi settings" /home/$MY_USERNAME/README; then
7071
       echo '' >> /home/$MY_USERNAME/README
7072
       echo '' >> /home/$MY_USERNAME/README
7072
       echo '' >> /home/$MY_USERNAME/README
7073
       echo '' >> /home/$MY_USERNAME/README