Vmware fusion uses all lower case keys in vmx file

Bug #1207388 reported by Joe Harnish
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Virtualisation Goodies
New
Undecided
Unassigned

Bug Description

Attempting to migrate a vm from VMWare Fusion I found that at least vmware fusion has no camel case in the config files.

displayname = "myVM"
guestos = "windows7srv-64"

61c61
< pat = re.compile(r'^' + key + '\s+=\s+')
---
> pat = re.compile(r'(?i)^' + key + '\s+=\s+')

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.