Skip to content

Commit ec3904f

Browse files
authored
RHEL 10.1 corrections (#637)
1 parent 3aabc1f commit ec3904f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/install/install-methods/package-manager/package-manager-rhel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Registering ROCm repositories
4343
4444
[amdgraphics]
4545
name=AMD Graphics |rocm_directory_version| repository
46-
{% if os_major == '9' or os_version == '10.1' -%}
46+
{% if os_major == '9' -%}
4747
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_version }}/main/x86_64/
4848
{%- else -%}
4949
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_major }}/main/x86_64/

docs/install/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ To set up udev rules, install the package using the following instructions speci
544544
.. code-block:: bash
545545
:substitutions:
546546
547-
{% if os_major == '9' or os_version == '10.1' -%}
547+
{% if os_major == '9' -%}
548548
sudo dnf install https://repo.radeon.com/amdgpu/|udev_amdgpu_version|/el/{{ os_version }}/main/x86_64/amdgpu-insecure-instinct-udev-rules-|udev_version|.el{{ os_major }}.noarch.rpm
549549
{%- else -%}
550550
sudo dnf install https://repo.radeon.com/amdgpu/|udev_amdgpu_version|/el/{{ os_major }}/main/x86_64/amdgpu-insecure-instinct-udev-rules-|udev_version|.el{{ os_major }}.noarch.rpm

docs/install/quick-start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ROCm installation
8181
.. code-block:: bash
8282
:substitutions:
8383
84-
{% if os_major == '9' or os_version == '10.1' -%}
84+
{% if os_major == '9' -%}
8585
sudo dnf install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/rhel/{{ os_version }}/amdgpu-install-|amdgpu_install_version|.el{{ os_major }}.noarch.rpm
8686
{%- else -%}
8787
sudo dnf install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/rhel/{{ os_major }}/amdgpu-install-|amdgpu_install_version|.el{{ os_major }}.noarch.rpm
@@ -250,7 +250,7 @@ AMDGPU driver installation
250250
.. code-block:: bash
251251
:substitutions:
252252
253-
{% if os_major == '9' or os_version == '10.1' -%}
253+
{% if os_major == '9' -%}
254254
sudo dnf install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/rhel/{{ os_version }}/amdgpu-install-|amdgpu_install_version|.el{{ os_major }}.noarch.rpm
255255
{%- else -%}
256256
sudo dnf install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/rhel/{{ os_major }}/amdgpu-install-|amdgpu_install_version|.el{{ os_major }}.noarch.rpm

0 commit comments

Comments
 (0)