Fix package sets for tar installer image type

This commit is contained in:
Diaa Sami 2021-09-08 11:58:57 +02:00 committed by Achilleas Koutsou
parent f87d8325d9
commit 20501f4e58
2 changed files with 22 additions and 5 deletions

View file

@ -787,11 +787,8 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro {
filename: "installer.iso",
mimeType: "application/x-iso9660-image",
packageSets: map[string]rpmmd.PackageSet{
buildPkgsKey: x8664InstallerBuildPackageSet(),
osPkgsKey: {
Include: []string{"lvm2", "policycoreutils", "selinux-policy-targeted"},
Exclude: []string{"rng-tools"},
},
buildPkgsKey: x8664InstallerBuildPackageSet(),
osPkgsKey: bareMetalPackageSet(),
installerPkgsKey: installerPackageSet(),
},
rpmOstree: false,