distro/rhel86: remove greenboot condition for CS8
greenboot-default-health-checks is available in CS8 as well now.
This commit is contained in:
parent
eda78a9a99
commit
f71b4f69a8
1 changed files with 1 additions and 15 deletions
|
|
@ -450,25 +450,11 @@ func edgeCommitPackageSet(t *imageType) rpmmd.PackageSet {
|
|||
"bash-completion", "tmux", "ima-evm-utils", "audit", "podman",
|
||||
"container-selinux", "skopeo", "criu", "slirp4netns",
|
||||
"fuse-overlayfs", "clevis", "clevis-dracut", "clevis-luks",
|
||||
"greenboot",
|
||||
"greenboot", "greenboot-default-health-checks",
|
||||
},
|
||||
Exclude: []string{"rng-tools"},
|
||||
}
|
||||
|
||||
var greenbootExtras rpmmd.PackageSet
|
||||
if t.arch.distro.isRHEL() {
|
||||
greenbootExtras.Include = []string{"greenboot-default-health-checks"}
|
||||
} else {
|
||||
greenbootExtras.Include = []string{
|
||||
"greenboot-grub2",
|
||||
"greenboot-reboot",
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
"greenboot-status",
|
||||
}
|
||||
}
|
||||
|
||||
ps = ps.Append(greenbootExtras)
|
||||
|
||||
ps = ps.Append(bootPackageSet(t))
|
||||
|
||||
switch t.arch.Name() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue