From 014c904c4c4da47615ca69337ea2596d1efabdb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Gergely?= Date: Wed, 14 Jun 2023 15:07:50 +0200 Subject: [PATCH] Add RHEL 8.8 and 9.2 as supported distributions for 5.6 (#2242) - add them to the os support table - add install instructions for them --- docs/deploy/linux/installer/install.md | 18 +++++++++ docs/deploy/linux/os-native/install.md | 38 ++++++++++++++++++ docs/deploy/linux/os-native/upgrade.md | 36 +++++++++++++++++ docs/deploy/linux/quick_start.md | 54 ++++++++++++++++++++++++++ docs/release/gpu_os_support.md | 8 +++- 5 files changed, 152 insertions(+), 2 deletions(-) diff --git a/docs/deploy/linux/installer/install.md b/docs/deploy/linux/installer/install.md index 91ab4652b..f9f1932fe 100644 --- a/docs/deploy/linux/installer/install.md +++ b/docs/deploy/linux/installer/install.md @@ -56,6 +56,15 @@ sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.6/amdgpu-in sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.7/amdgpu-install-5.5.50501-1.el8.noarch.rpm ``` +::: +:::{tab-item} RHEL 8.8 +:sync: RHEL-8.8 +:sync: RHEL-8 + +```shell +sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.8/amdgpu-install-5.5.50501-1.el8.noarch.rpm +``` + ::: :::{tab-item} RHEL 9.1 :sync: RHEL-9.1 @@ -65,6 +74,15 @@ sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.7/amdgpu-in sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/9.1/amdgpu-install-5.5.50501-1.el8.noarch.rpm ``` +::: +:::{tab-item} RHEL 9.2 +:sync: RHEL-9.2 +:sync: RHEL-9 + +```shell +sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/9.2/amdgpu-install-5.5.50501-1.el8.noarch.rpm +``` + ::: :::: ::::: diff --git a/docs/deploy/linux/os-native/install.md b/docs/deploy/linux/os-native/install.md index 28294e4a1..94b8cc442 100644 --- a/docs/deploy/linux/os-native/install.md +++ b/docs/deploy/linux/os-native/install.md @@ -190,6 +190,25 @@ sudo yum clean all ::: +:::{tab-item} RHEL 8.8 +:sync: RHEL-8.8 +:sync: RHEL-8 + +```shell +sudo tee /etc/yum.repos.d/amdgpu.repo <