From 6e8ae2f854df46d7132769ea15a133e0bd4f7033 Mon Sep 17 00:00:00 2001 From: Maurice Zhou Date: Wed, 15 Sep 2021 21:29:04 +0800 Subject: [PATCH] warn about the risk of using a third-party kernel Signed-off-by: Maurice Zhou --- docs/Getting Started/Fedora/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Getting Started/Fedora/index.rst b/docs/Getting Started/Fedora/index.rst index 2553d20..426921c 100644 --- a/docs/Getting Started/Fedora/index.rst +++ b/docs/Getting Started/Fedora/index.rst @@ -36,7 +36,10 @@ see below. If kernel module can not be loaded, your kernel version might be not yet supported by OpenZFS. Try install - an LTS kernel:: + an LTS kernel from COPR. + + This kernel is provided by a third-party and you should use it + at your own risk:: dnf copr enable -y kwizart/kernel-longterm-5.4 dnf install -y kernel-longterm kernel-longterm-devel