forked from sig_core/toolkit
VMware should be vmdk
This commit is contained in:
parent
564d64a979
commit
398b146982
@ -124,7 +124,7 @@ class ImageBuild:
|
||||
_map = {
|
||||
"Vbox": "vmdk",
|
||||
"Libvirt": "qcow2",
|
||||
"VMware": "vhd"
|
||||
"VMware": "vmdk"
|
||||
}
|
||||
output = f"{_map[self.variant]}" #type: ignore
|
||||
self.stage_commands = [
|
||||
|
Loading…
Reference in New Issue
Block a user