summarylogtreecommitdiffstats
path: root/linux-cachyos-rt.install
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-01 16:16:30 +0200
committerPiotr Gorski2023-07-01 16:16:30 +0200
commit0d8cc7a317d813ac74cb1b21d41f0a0fe78728de (patch)
treec7a3dab9cb6bda7ff6d116fe3d4a2a16028f88a7 /linux-cachyos-rt.install
parent9c80c1a39bdd41f42d0fa01813a374b946db7314 (diff)
downloadaur-0d8cc7a317d813ac74cb1b21d41f0a0fe78728de.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
+}