01-03-2024, 10:37 PM
Scary :-0
When I walked the code in firstrun.sh to see what was happening I looked at this path
firstrun.sh
/usr/lib/raspberrypi-sys-mods/imager_custom set_wlan <ssid> <psk> <country>
set_wlan()
set_wlan_country ()
raspi-config nonint do_wifi_country "$COUNTRY"
Maybe the desired wifi country code in firstrun.sh is getting overridden with "US" which is what is set when the moOde image is built. Prolly in the raspi-config part...
When I walked the code in firstrun.sh to see what was happening I looked at this path
firstrun.sh
/usr/lib/raspberrypi-sys-mods/imager_custom set_wlan <ssid> <psk> <country>
set_wlan()
set_wlan_country ()
raspi-config nonint do_wifi_country "$COUNTRY"
Maybe the desired wifi country code in firstrun.sh is getting overridden with "US" which is what is set when the moOde image is built. Prolly in the raspi-config part...