Skip to content

Commit

Permalink
adding SUSEConnect packages to SLES install, and fix FAQ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuiYH committed Sep 10, 2024
1 parent f11a30b commit 9a72a80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/install/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Quick start installation guide

This topic provides basic installation instructions for ROCm on Linux using your distribution’s native package manager. Before you begin, you should confirm your :ref:`kernel version <verify_kernel_version>` matches the :ref:`ROCm system requirements <supported_distributions>`.

Once you do, review your required installation instructions by selecting your operating system and version, and then run the provided commands in your terminal.
Once you do, review your required installation instructions by selecting your operating system and version, and then run the provided commands in your terminal. The commands include the installation of the prerequisites, along with installing ROCm.

For more in-depth installation instructions, refer to :ref:`detailed-install-overview`.

Expand Down Expand Up @@ -79,6 +79,9 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove
:substitutions:
sudo zypper update
SUSEConnect -p sle-module-desktop-applications/{{ os_version }}/x86_64
SUSEConnect -p sle-module-development-tools/{{ os_version }}/x86_64
SUSEConnect -p PackageHub/{{ os_version }}/x86_64
sudo zypper addrepo https://download.opensuse.org/repositories/devel:languages:perl/{{ os_version}}/devel:languages:perl.repo
sudo zypper addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/ Education
sudo zypper install kernel-default-devel
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/install-faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ Docker images often come with minimal installations, meaning some essential pack
zypper install sudo wget SUSEConnect
SUSEConnect -r <REGCODE>
SUSEConnect -p sle-module-desktop-application/15.4/x86_64
SUSEConnect -p sle-module-development-tools/15.4/x86_64
SUSEConnect -p PackageHub/15.4/x86_64
SUSEConnect -p sle-module-desktop-applications/15.5/x86_64
SUSEConnect -p sle-module-development-tools/15.5/x86_64
SUSEConnect -p PackageHub/15.5/x86_64
After installing these packages and :ref:`registering using your license for Enterprise Linux <register-enterprise-linux>` (if applicable), install ROCm following the :doc:`Quick start installation guide <../install/quick-start>` in your Docker container.

Expand Down

0 comments on commit 9a72a80

Please sign in to comment.