aur/linux-cachyos-prjc.install
Piotr Gorski 75cbbe8639
Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2023-05-17 20:31:44 +02:00

16 lines
558 B
Text

post_install() {
cat << EOF
You install the linux-cachyos kernel variant with the PDS/BMQ scheduler.
Please note that this scheduler can cause various performance and stability
issues (especially on AMD Ryzen CPUs) and we don't provide official
support for fixing them. If you encounter any problems while using the kernel,
please make sure that that it is not a BMQ or PDS specific problem before reporting it
to us, otherwise inform the Project C developer:
https://gitlab.com/alfredchen/linux-prjc/-/issues
EOF
}
post_upgrade() {
post_install
}