linux-cachyos/linux-cachyos-rt.install
Piotr Gorski 3933413743
Bump to 6.4.1-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2023-07-01 16:13:57 +02:00

13 lines
260 B
Plaintext

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
}