summarylogtreecommitdiffstats
path: root/linux-cachyos-rt.install
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-01 16:13:57 +0200
committerPiotr Gorski2023-07-01 16:13:57 +0200
commit3933413743339b666f1ef1fb76340a0668ec63f8 (patch)
tree3ffeb7d8df8fd056111b2ed65ca9e1619eb9f654 /linux-cachyos-rt.install
parent027ddeb8f9edee05e461524f29d7be520e1861e1 (diff)
downloadaur-3933413743339b666f1ef1fb76340a0668ec63f8.tar.gz
Bump to 6.4.1-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
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
+}