distro/fedora: enable hybrid boot for iot-installer

This commit is contained in:
Achilleas Koutsou 2022-08-24 17:32:07 +02:00 committed by Tom Gundersen
parent 6d0a22dc17
commit 18abe661a7

View file

@ -73,6 +73,7 @@ func (img *OSTreeInstaller) InstantiateManifest(m *manifest.Manifest,
isoPipeline := manifest.NewISO(m, buildPipeline, isoTreePipeline)
isoPipeline.Filename = img.Filename
isoPipeline.ISOLinux = true
artifact := isoPipeline.Export()
return artifact, nil