We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cded2b commit b770520Copy full SHA for b770520
devuan-rpi-sd-builder.sh
@@ -292,6 +292,9 @@ fi
292
cat >>${MNTROOT}/root/.profile <<'EOF'
293
echo 'Run "sntp -S pool.ntp.org" for correcting the clock of your Raspberry Pi.'
294
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"
298
EOF
299
300
if which systemd-nspawn | fgrep -q systemd-nspawn; then
0 commit comments