Skip to content

Commit

Permalink
fedora: add bootupd to iot-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
  • Loading branch information
Paul Whalen authored and supakeen committed Mar 5, 2024
1 parent f7e5faa commit 7b9c848
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/distro/fedora/package_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ func iotCommitPackageSet(t *imageType) rpmmd.PackageSet {
"podman-plugins", // deprecated in podman 5
},
})
} else {
ps = ps.Append(rpmmd.PackageSet{
Include: []string{
"bootupd", // added in F40+
},
})
}

return ps
Expand Down

0 comments on commit 7b9c848

Please sign in to comment.