|
|
|
|
@ -44,14 +44,14 @@ func EncodeVMX(contents map[string]string) string {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// a list of VMX key fragments that the value must not be quoted
|
|
|
|
|
// fragments are used to cover multliples (i.e. multiple disks)
|
|
|
|
|
// fragments are used to cover multiples (i.e. multiple disks)
|
|
|
|
|
// keys are still lowercase at this point, use lower fragments
|
|
|
|
|
noQuotes := []string{
|
|
|
|
|
".virtualssd",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// a list of VMX key fragments that are case sensitive
|
|
|
|
|
// fragments are used to cover multliples (i.e. multiple disks)
|
|
|
|
|
// fragments are used to cover multiples (i.e. multiple disks)
|
|
|
|
|
caseSensitive := []string{
|
|
|
|
|
".virtualSSD",
|
|
|
|
|
}
|
|
|
|
|
|