From bc3d372c17f506a57ce00e8e7da66f7eae2a8d79 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Tue, 19 Jul 2022 14:20:14 -0700 Subject: [PATCH] Add EL 9.0 text --- docs/Getting Started/RHEL-based distro/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/RHEL-based distro/index.rst b/docs/Getting Started/RHEL-based distro/index.rst index 3a24e01..b87a996 100644 --- a/docs/Getting Started/RHEL-based distro/index.rst +++ b/docs/Getting Started/RHEL-based distro/index.rst @@ -15,7 +15,7 @@ updated as new versions are released. Only the current repository for each major release is updated with new packages. Packages are available for the following configurations: -| **EL Releases:** 6, 7.9, 8.6 +| **EL Releases:** 6, 7.9, 8.6, 9.0 | **Architectures:** x86_64 To simplify installation a *zfs-release* package is provided which includes @@ -39,7 +39,7 @@ For RHEL/CentOS versions 6 and 7 run:: yum install https://zfsonlinux.org/epel/zfs-release-el-2-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux -And for RHEL 8:: +And for RHEL 8 and newer:: dnf install https://zfsonlinux.org/epel/zfs-release-el-2-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux