ddf56b5169
This allows loading nonfree fw from rootfs (/lib/firmware), to work around: https://source.puri.sm/Librem5/linux-next/-/issues/290 This change will break wifi unless the nonfree firmware-siliconlabs-rs9116 package is installed.
10 lines
265 B
Bash
10 lines
265 B
Bash
#!/bin/sh
|
|
|
|
cat 1>&2 <<EOF
|
|
*
|
|
* IMPORTANT: The 'device-purism-librem5-nonfree-firmware' package is required
|
|
* to have functional WiFi with this kernel!
|
|
* Install this package manually if it is not installed before rebooting, or
|
|
* else WiFi will no longer work.
|
|
*
|
|
EOF
|