timebertt / pi-cloud-init

Minimal Raspberry Pi OS including cloud-init
Apache License 2.0
89 stars 13 forks source link

Disable WiFi warning message #6

Closed timebertt closed 3 years ago

timebertt commented 3 years ago

Fixes #3

Disable warning message on login about WiFi being blocked by rfkill. WiFi is disabled by default, see https://github.com/RPi-Distro/pi-gen/blob/66cd2d17a0d2d04985b83a2ba830915c9a7d81dc/export-noobs/00-release/files/release_notes.txt#L223-L229

This basically disables the complaining script (/etc/profile.d/wifi-check.sh) in order to get rid of the warning message.