summarylogtreecommitdiffstats
path: root/linux-cachyos-rt.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-cachyos-rt.install')
-rw-r--r--linux-cachyos-rt.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux-cachyos-rt.install b/linux-cachyos-rt.install
new file mode 100644
index 000000000000..5bf59d9cb5eb
--- /dev/null
+++ b/linux-cachyos-rt.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << EOF
+You install the linux-cachyos kernel variant with RT patches.
+
+Please make sure that you don't use the ZFS filesystem, as this kernel is not
+compatible with it due to licensing issues.
+EOF
+}
+
+post_upgrade() {
+ post_install
+}