Skip to content

Commit

Permalink
internal/distro/rhel9/edge: add sos package
Browse files Browse the repository at this point in the history
Adds the sos package to the edge commit package set so that
users have built-in way to gather system logs and debug info.

Signed-off-by: Irene Diez <idiez@redhat.com>
  • Loading branch information
7flying committed Jan 23, 2023
1 parent 60e6107 commit 4b8b453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/distro/rhel9/edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ func edgeCommitPackageSet(t *imageType) rpmmd.PackageSet {
"greenboot-default-health-checks",
"fdo-client",
"fdo-owner-cli",
"sos",
},
Exclude: []string{
"rng-tools",
Expand Down

0 comments on commit 4b8b453

Please sign in to comment.