3933413743
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
13 lines
260 B
Plaintext
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
|
|
}
|