diff --git a/internal/distro/rhel85/distro.go b/internal/distro/rhel85/distro.go index 62ec5d971..f5f1a635d 100644 --- a/internal/distro/rhel85/distro.go +++ b/internal/distro/rhel85/distro.go @@ -764,6 +764,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro { }, rpmOstree: false, bootISO: true, + bootable: true, pipelines: tarInstallerPipelines, exports: []string{"bootiso"}, }