|
|
|
@ -58,6 +58,7 @@ func init() {
|
|
|
|
"vsphere-iso-net-disk": new(FixerVSphereNetworkDisk),
|
|
|
|
"vsphere-iso-net-disk": new(FixerVSphereNetworkDisk),
|
|
|
|
"iso-checksum-type-and-url": new(FixerISOChecksumTypeAndURL),
|
|
|
|
"iso-checksum-type-and-url": new(FixerISOChecksumTypeAndURL),
|
|
|
|
"qemu-host-port": new(FixerQEMUHostPort),
|
|
|
|
"qemu-host-port": new(FixerQEMUHostPort),
|
|
|
|
|
|
|
|
"proxmox-type": new(FixerProxmoxType),
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
FixerOrder = []string{
|
|
|
|
FixerOrder = []string{
|
|
|
|
@ -93,5 +94,6 @@ func init() {
|
|
|
|
"vsphere-iso-net-disk",
|
|
|
|
"vsphere-iso-net-disk",
|
|
|
|
"iso-checksum-type-and-url",
|
|
|
|
"iso-checksum-type-and-url",
|
|
|
|
"qemu-host-port",
|
|
|
|
"qemu-host-port",
|
|
|
|
|
|
|
|
"proxmox-type",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|