From dd5988c0f8f2f20fc6037af18e5c75d5ffe4539c Mon Sep 17 00:00:00 2001 From: Maurice Zhou Date: Tue, 14 Dec 2021 22:32:19 +0100 Subject: [PATCH] RHEL: Remove automatic detection of system version. Closes #216 Signed-off-by: Maurice Zhou --- docs/Getting Started/RHEL-based distro/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Getting Started/RHEL-based distro/index.rst b/docs/Getting Started/RHEL-based distro/index.rst index 647142a..943e74a 100644 --- a/docs/Getting Started/RHEL-based distro/index.rst +++ b/docs/Getting Started/RHEL-based distro/index.rst @@ -40,10 +40,9 @@ For RHEL/CentOS versions 6 and 7 run:: yum install https://zfsonlinux.org/epel/zfs-release$(rpm -E %distro).noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux -And for RHEL/CentOS 8 and newer (tested with `Rocky Linux `__ 8):: +And for RHEL 8.5:: - source /etc/os-release - dnf install https://zfsonlinux.org/epel/zfs-release.el${VERSION_ID/./_}.noarch.rpm + dnf install https://zfsonlinux.org/epel/zfs-release.el8_5.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux After installing the *zfs-release* package and verifying the public key