Skip to content

Commit

Permalink
internal/distro/rhel8/edge: add sos package for rhel8.6+ and CS8
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
7flying committed Jan 25, 2023
1 parent 7af0358 commit 7645ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/distro/rhel8/edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func edgeCommitPackageSet(t *imageType) rpmmd.PackageSet {
"fdo-client",
"fdo-owner-cli",
"greenboot-default-health-checks",
"sos",
},
})
}
Expand Down

0 comments on commit 7645ab7

Please sign in to comment.