Skip to content
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

containerized commands centos (beta 2 review) #3025

Merged
merged 10 commits into from
May 27, 2024
Merged
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- Excluded detailed information about creating and running a CentOS
errata checking script from SUSE Manager documentation in Client
Configuration Guide
- Added note about CentOS 7 errata checking script applicable to
non-containerized Uyuni installation in Client Configuration Guide
- Removed additional legacy content in the Installation and
Upgrade guide
- Added Proxy migration documentation for SUSE Manager 5.0
Expand Down
20 changes: 14 additions & 6 deletions modules/client-configuration/pages/clients-centos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,27 @@ include::snippets/create_bootstrap_repo_register.adoc[]



ifeval::[{uyuni-content} == true]

== Manage Errata

[NOTE]
====
This section is only applicable to non-containerized Uyuni and it will be removed after {centos} 7 will go end-of-life.
====

When you update {centos} clients, the packages do not include metadata about the updates.
You can use a third-party errata service to obtain this information.

[WARNING]
====

ifeval::[{suma-content} == true]

The third-party errata service described here, CEFS, is provided and maintained by the community.
It is not supported by {suse}.

endif::[]
// ifeval::[{suma-content} == true]
//
// The third-party errata service described here, CEFS, is provided and maintained by the community.
// It is not supported by {suse}.
//
// endif::[]

The authors of CEFS provide patches or errata on a best-effort basis, in the hope they are useful but with no guarantees of correctness or currency.
This could mean that the patch dates could be incorrect, and in at least one case, the published data was shown to be more than a month old.
Expand Down Expand Up @@ -240,3 +246,5 @@ ln -s /usr/local/bin/cent-errata.sh /etc/cron.daily
----

For more information on this tool, see https://cefs.steve-meier.de/.

endif::[]
Loading