internal/distro/rhel8/edge: add sos package for rhel8.6+ and CS8

Similarly to the change made for rhel9, adding the sos package
gives users a built-in way to gather system logs and debug info.

Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
Irene Diez 2023-01-25 14:46:44 +01:00 committed by Achilleas Koutsou
parent 18aee4e465
commit 3b62e15d01

View file

@ -242,6 +242,7 @@ func edgeCommitPackageSet(t *imageType) rpmmd.PackageSet {
"fdo-client",
"fdo-owner-cli",
"greenboot-default-health-checks",
"sos",
},
})
}