You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I just noticed something that cost me a decent chunk of time (my bad) - if one configures the PI for headless during the flashing process, they may well be inclined to change username and such from the defaults.
My suggestion is one of either:
Add to the Readme that you should keep the default settings when flashing the PI or the script defaults won't work
Add to the readme a warning that if you changed the default account on the PI, not only is there the Windows.bat install modification to do, but one needs to change some paths in the setup.sh script as well to reflect /home/ rather than the default /home/pi
The SH thing is probably relevant more globally for Linux->Pi and Mac->Pi installs, as well.
It would probably spare people some trouble. Not your fault, but clarification never hurts!
The text was updated successfully, but these errors were encountered:
Previous versions of Raspbian didn't have a config for username. I added some points about the username, but clearly didn't catch everything. Feel free to make a PR, we probably want to use a variable at the top of the scripts for the username, in order to have the username work correctly throughout the file.
So I just noticed something that cost me a decent chunk of time (my bad) - if one configures the PI for headless during the flashing process, they may well be inclined to change username and such from the defaults.
My suggestion is one of either:
The SH thing is probably relevant more globally for Linux->Pi and Mac->Pi installs, as well.
It would probably spare people some trouble. Not your fault, but clarification never hurts!
The text was updated successfully, but these errors were encountered: