packer-cn/builder/vmware
yuuzi41 982e523ba2 fix invalid esx5 path separator in windows
before, this code had joining path elements by filepath module. filepath module generate path string with backslash-joined in Windows. but ESX require path string with slash-joined. it means that this code generate illegal path string in windows. illegal path string raised "Error creating disk".

this patch fixes path separator from backslash to slash in windows. from this, creating disk would succeed without error.
2014-07-02 21:55:47 +09:00
..
common Resolves #1256, add warning mesasge to VMware ESXi driver 2014-06-25 11:20:24 +09:00
iso fix invalid esx5 path separator in windows 2014-07-02 21:55:47 +09:00
vmx builder/vmware/common: tests for StepPrepareTools 2014-05-10 10:16:53 -07:00