use vpc type in call to qemu-img for vhd images
vhd images currently use qcow2 format, because osbuild does not support vpc yet, but it should land soon in related PR
This commit is contained in:
parent
e98b189b82
commit
ea73597c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue