set wifi country

This commit is contained in:
rootzoll 2018-10-19 15:35:38 +02:00
parent 4685b7ae58
commit e6fe6abb6b

View File

@ -75,6 +75,8 @@ if [ "${baseImage}" = "raspbian" ]; then
sudo raspi-config nonint do_memory_split 16
# set to wait until network is available on boot (0 seems to yes)
sudo raspi-config nonint do_boot_wait 0
# set WIFI country so boot does not block
sudo raspi-config nonint do_wifi_country US
# extra: remove some big packages not needed
sudo apt-get remove -y --purge libreoffice*
sudo apt-get clean