diff --git a/internal/distro/fedora30/vhd.go b/internal/distro/fedora30/vhd.go index 8837846a4..9f09f5148 100644 --- a/internal/distro/fedora30/vhd.go +++ b/internal/distro/fedora30/vhd.go @@ -29,7 +29,7 @@ func (t *vhdOutput) translate(b *blueprint.Blueprint) (*pipeline.Pipeline, error addF30GRUB2Stage(p, b.GetKernelCustomization()) addF30FixBlsStage(p) addF30SELinuxStage(p) - addF30QemuAssembler(p, "qcow2", t.getName()) + addF30QemuAssembler(p, "vpc", t.getName()) if b.Customizations != nil { err := customizeAll(p, b.Customizations)