distro/rhel85: mark tar-installer bootable

Adds boot packages to OS required for booting
This commit is contained in:
Achilleas Koutsou 2021-07-31 19:59:59 +02:00 committed by Ondřej Budai
parent 5c9af03785
commit cc28d5e25a

View file

@ -764,6 +764,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro {
},
rpmOstree: false,
bootISO: true,
bootable: true,
pipelines: tarInstallerPipelines,
exports: []string{"bootiso"},
}