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 = {
|
_map = {
|
||||||
"Vbox": "vmdk",
|
"Vbox": "vmdk",
|
||||||
"Libvirt": "qcow2",
|
"Libvirt": "qcow2",
|
||||||
"VMware": "vhd"
|
"VMware": "vmdk"
|
||||||
}
|
}
|
||||||
output = f"{_map[self.variant]}" #type: ignore
|
output = f"{_map[self.variant]}" #type: ignore
|
||||||
self.stage_commands = [
|
self.stage_commands = [
|
||||||
|
Loading…
Reference in New Issue
Block a user