summarylogtreecommitdiffstats
path: root/linux-cachyos-prjc.install
diff options
context:
space:
mode:
authorPiotr Gorski2023-04-20 20:17:54 +0200
committerPiotr Gorski2023-04-20 20:17:54 +0200
commite8c2a625e259a99880ffe254d1aa2ded38601fec (patch)
treed65abd44a511b26289bf3ca55ad4ebab443c0e22 /linux-cachyos-prjc.install
parent243088df8814abb57ffb0c232155c54ff376fa7c (diff)
downloadaur-e8c2a625e259a99880ffe254d1aa2ded38601fec.tar.gz
Bump to 6.2.12
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'linux-cachyos-prjc.install')
-rw-r--r--linux-cachyos-prjc.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/linux-cachyos-prjc.install b/linux-cachyos-prjc.install
new file mode 100644
index 000000000000..cd90471eaddf
--- /dev/null
+++ b/linux-cachyos-prjc.install
@@ -0,0 +1,16 @@
+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
+}