Hi guys and happy new year!
I travel alot and I always take my Pi 3 with me as a headless server.
To use public hotspots, I need a solution to quickly add SSID and PSK of any new network.
Would it be correct if I somehow do the following:
I put a copy of "/etc/network/interfaces" to a FAT partition of Pi's sdcard.
Take the card out and edit it on my laptop.
When booting, a shell command will "cp -f /boot/interfaces /etc/network" (overwrite)
Will it do, or is there more elegant method? Thanks!