linux-cachyos/linux-cachyos-rt.install

13 lines
260 B
Plaintext
Raw Permalink Normal View History

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
}