Closed timebertt closed 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.
/etc/profile.d/wifi-check.sh
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.