Skip to content

Commit

Permalink
distro: rhel9: edge: exclude bootupd
Browse files Browse the repository at this point in the history
From Colin:

If the Edge-9.6 setup isn't ready for bootupd then at the current time the package needs to be excluded.

Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom authored and supakeen committed Feb 5, 2025
1 parent 5273b2c commit b16c6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/distro/rhel/rhel9/edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ func edgeCommitPackageSet(t *rhel.ImageType) rpmmd.PackageSet {
},
Exclude: []string{
"rng-tools",
"bootupd",
},
}

Expand Down

0 comments on commit b16c6f1

Please sign in to comment.