Skip to content

Commit 2cded2b

Browse files
authored
Update .profile with WiFI firmware warning
1 parent c9e8990 commit 2cded2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian-rpi-sd-builder.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ fi
386386

387387
cat >>${MNTROOT}/root/.profile <<EOF
388388
echo "$NETCONFIG"
389+
echo "If you have problems with WiFi, replace files in"
390+
echo "/lib/firmware/brcm by those in"
391+
echo "https://github.com/RPi-Distro/firmware-nonfree/tree/master/brcm"
389392
EOF
390393

391394
systemd-nspawn -q -D ${MNTROOT} -a update-initramfs -u -k all

0 commit comments

Comments
 (0)