summarylogtreecommitdiffstats
path: root/linux-cachyos-rt.install
blob: 5bf59d9cb5ebca8c06547f01b5b69e44f9621c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}