summarylogtreecommitdiffstats
path: root/linux-cachyos-rt.install
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-01 16:19:28 +0200
committerPiotr Gorski2023-07-01 16:19:28 +0200
commitb402e0248fd39bec161985c874506342781592cc (patch)
tree33ce09b82a156f472b6a1511d257246b562f8c0d /linux-cachyos-rt.install
parentdcd0791c657291a1ba793ffbaee65cea71614626 (diff)
downloadaur-b402e0248fd39bec161985c874506342781592cc.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
+}