mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
cat <<END
|
||||
|
||||
>>> For optimal performance on RPi5, consider installing the
|
||||
linux-rpi-16k kernel package instead of linux-rpi.
|
||||
>>> For 16 KB pages on RPi5, consider installing the linux-rpi-16k kernel
|
||||
>>> package instead of linux-rpi which only use 4 KB pages. Note that some
|
||||
>>> software is incompatible with larger pages.
|
||||
|
||||
END
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue