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 }