Skip to content

Commit b770520

Browse files
authored
Update .profile with waning on WiFI firmware
1 parent 2cded2b commit b770520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devuan-rpi-sd-builder.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ fi
292292
cat >>${MNTROOT}/root/.profile <<'EOF'
293293
echo 'Run "sntp -S pool.ntp.org" for correcting the clock of your Raspberry Pi.'
294294
echo 'You should set your country to /etc/default/crda.'
295+
echo "If you have problems with WiFi, replace files in"
296+
echo "/lib/firmware/brcm by those in"
297+
echo "https://github.com/RPi-Distro/firmware-nonfree/tree/master/brcm"
295298
EOF
296299

297300
if which systemd-nspawn | fgrep -q systemd-nspawn; then

0 commit comments

Comments
 (0)