-
Notifications
You must be signed in to change notification settings - Fork 21
Add updated installation instructions based on openSUSE Tumbleweed, using the product. Add note with the list of packages for installation on other host OSs #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…sing the product. Add note with the list of packages for installation on other host OSs
| <p>6. Install the Uyuni-Server product, which contains the container tools:</p> | ||
| <code># zypper in -t product Uyuni-Server</code> | ||
|
|
||
| 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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: | |
| 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: |
| <code># zypper in -t product Uyuni-Server</code> | ||
|
|
||
| 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: | ||
| <code> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <code> | |
| <code> |
| mgradm-bash-completion | ||
| podman | ||
| uyuni-storage-setup-server | ||
| </code> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| </code> | |
| </code> |
And similar changes for the packages. This is not for rendering, but rather to keep the HTML structure with the right indentation
|
|
||
| <p>8. Input a password for the CA certificate, an administrative account password and your email for notifications:</p> | ||
| <p>8. Input a password for the CA certificate and an administrative account password:</p> | ||
| <code># mgradm install podman<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could maybe fix the indentation for this and the next lines as well, since you are fixing this section.
|
Other than the format stuff, the PR LGTM. |
Add updated installation instructions based on openSUSE Tumbleweed, using the product. Add note with the list of packages for installation on other host OSs