summarylogtreecommitdiffstats
path: root/linux-cachyos-prjc.install
diff options
context:
space:
mode:
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
+}