Quellcode durchsuchen

Additional instructions

Bob Mottram vor 10 Jahren
Ursprung
Commit
2ef56f775c
2 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 4
    0
      initial_setup.sh
  2. 1
    0
      install-freedombone.sh

+ 4
- 0
initial_setup.sh Datei anzeigen

@@ -124,6 +124,10 @@ echo 'Using the password "root". Change the root user password by typing:'
124 124
 echo ''
125 125
 echo '    passwd'
126 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 131
 echo 'Then create a user for the system with:'
128 132
 echo ''
129 133
 echo '    adduser [username]'

+ 1
- 0
install-freedombone.sh Datei anzeigen

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