Skip to content

Update README.md document WPA_COUNTRY Code format - #636

Merged
XECDesign merged 2 commits into
RPi-Distro:masterfrom
kralo:doc-WPA_COUNTRY-settings
Oct 3, 2022
Merged

Update README.md document WPA_COUNTRY Code format#636
XECDesign merged 2 commits into
RPi-Distro:masterfrom
kralo:doc-WPA_COUNTRY-settings

Conversation

@kralo

@kralo kralo commented Oct 3, 2022

Copy link
Copy Markdown
Contributor

It took me half a day to figure out why the image-building process stopped.

  if ! grep -q "^${REGDOMAIN}[[:space:]]" /usr/share/zoneinfo/iso3166.tab; then
    if [ "$INTERACTIVE" = True ]; then
      whiptail --msgbox "$REGDOMAIN is not a valid ISO/IEC 3166-1 alpha2 code" 20 60
    fi
    return 1
  fi

raspi-config will silently fail, if the argument to do_wifi_country is not an uppercase 2-letter Code from the list in /usr/share/zoneinfo/iso3166.tab

Document this in the readme.

kralo and others added 2 commits October 3, 2022 17:31
raspi-config will silently fail, if the argument to `do_wifi_country` is not an uppercase 2-letter Code from the list in /usr/share/zoneinfo/iso3166.tab
@XECDesign
XECDesign merged commit 4da0392 into RPi-Distro:master Oct 3, 2022
@XECDesign

Copy link
Copy Markdown
Member

Thanks!

@kralo
kralo deleted the doc-WPA_COUNTRY-settings branch October 3, 2022 15:49
martignoni added a commit to moodlebox/pi-gen-moodlebox that referenced this pull request Nov 11, 2022
…i-Distro-master

* 'master' of https://github.com/RPi-Distro/pi-gen:
  use a single partitioned loop device (RPi-Distro#641)
  Add parameter to keep cap_setfcap
  Updates to avoid common pitfalls when changing the RELEASE variable
  stage2: pre-install kms++-utils
  apt/retries: specify option from the Acquire group (RPi-Distro#638)
  Update README.md document WPA_COUNTRY Code format (RPi-Distro#636)
  Update release notes
  Disable first run wizard if DISABLE_FIRST_BOOT_USER_RENAME is set
  Update release notes
  Update release notes
  nodered is no longer included in full images
martignoni added a commit to moodlebox/pi-gen-moodlebox that referenced this pull request Nov 11, 2022
* RPi-Distro-master:
  use a single partitioned loop device (RPi-Distro#641)
  Add parameter to keep cap_setfcap
  Updates to avoid common pitfalls when changing the RELEASE variable
  stage2: pre-install kms++-utils
  apt/retries: specify option from the Acquire group (RPi-Distro#638)
  Update README.md document WPA_COUNTRY Code format (RPi-Distro#636)
  Update release notes
  Disable first run wizard if DISABLE_FIRST_BOOT_USER_RENAME is set
  Update release notes
  Update release notes
  nodered is no longer included in full images
oschrenk added a commit to oschrenk/pi-gen that referenced this pull request Jan 22, 2023
* upstream: (30 commits)
  apt/retries: specify option from the Acquire group (RPi-Distro#638)
  Update README.md document WPA_COUNTRY Code format (RPi-Distro#636)
  Update release notes
  Disable first run wizard if DISABLE_FIRST_BOOT_USER_RENAME is set
  Update release notes
  Update release notes
  nodered is no longer included in full images
  Update release notes
  Update release notes
  Switch to sys-mods' firstboot script
  Install 'file'
  Update release notes
  Install picamera2
  Default to dhcpcd for now
  Use raspi-config to set WPA_COUNTRY
  stage2: Install NetworkManager
  Modify 010_pi-nopasswd to match FIRST_USER_NAME
  Update release notes
  Adjust partition formatting and mount options
  Use unbundled BlueJ variant
  ...
SRaus referenced this pull request in analogdevicesinc/kuiper Jun 6, 2023
raspi-config will silently fail, if the argument to `do_wifi_country` is not an uppercase 2-letter Code from the list in /usr/share/zoneinfo/iso3166.tab
wandering-andy pushed a commit to wandering-andy/pi-gen that referenced this pull request Oct 15, 2023
raspi-config will silently fail, if the argument to `do_wifi_country` is not an uppercase 2-letter Code from the list in /usr/share/zoneinfo/iso3166.tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants