mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-rpi: reword postinstall
This commit is contained in:
parent
6d25b00303
commit
53eee613ed
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ advertise_rpi5() {
|
||||||
if grep -a -q 5 /sys/firmware/devicetree/base/model; then
|
if grep -a -q 5 /sys/firmware/devicetree/base/model; then
|
||||||
cat <<END
|
cat <<END
|
||||||
|
|
||||||
>>> For optimal performance on RPi5, consider installing the
|
>>> For 16 KB pages on RPi5, consider installing the linux-rpi-16k kernel
|
||||||
linux-rpi-16k kernel package instead of linux-rpi.
|
>>> package instead of linux-rpi which only use 4 KB pages. Note that some
|
||||||
|
>>> software is incompatible with larger pages.
|
||||||
|
|
||||||
END
|
END
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue