From e95f2055a45390569c9b09713183989100c22ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Osuna?= Date: Tue, 4 Nov 2025 14:40:58 +0100 Subject: [PATCH] Add updated installation instructions based on openSUSE Tumbleweed, using the product. Add note with the list of packages for installation on other host OSs --- pages/stable-version.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/pages/stable-version.html b/pages/stable-version.html index efad678..2d4c69e 100644 --- a/pages/stable-version.html +++ b/pages/stable-version.html @@ -183,19 +183,29 @@
Quickstart Installation Instructions

5. Refresh the repository list and accept the key:

# zypper ref -

6. Install the container tools:

- # zypper in mgradm mgrctl mgradm-bash-completion mgrctl-bash-completion uyuni-storage-setup-server +

6. Install the Uyuni-Server product, which contains the container tools:

+ # zypper in -t product Uyuni-Server + + In case of using a different host OS (Ubuntu, Debian...), in general anything not based on (open)SUSE products), the packages to be installed are: + + mgradm + mgrctl + mgradm-bash-completion + podman + uyuni-storage-setup-server +

7. From the terminal run the following command as root:

# mgradm install podman -

8. Input a password for the CA certificate, an administrative account password and your email for notifications:

+

8. Input a password for the CA certificate and an administrative account password:

# mgradm install podman
- 3:07PM INF Welcome to mgradm
- 3:07PM INF Executing command: podman
- Password for the CA certificate to generate:
+ 2:09PM INF Starting mgradm install podman
+ 2:09PM INF Use of this software implies acceptance of the End User License Agreement.
+ Password for the CA key to generate:
+ Confirm the password:
Administrator password:
- Administrator's email: admin@example.com
+ Confirm the password:

9. The container will take some minutes to deploy.