Skip to content

Instantly share code, notes, and snippets.

@xanderdunn
Created March 20, 2015 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xanderdunn/4762b8e0cbf51bd07740 to your computer and use it in GitHub Desktop.
Save xanderdunn/4762b8e0cbf51bd07740 to your computer and use it in GitHub Desktop.
Mac.vmx
encoding = "UTF-8"
config.version = "8"
virtualHW.version= "11"
guestOS = "darwin14-64"
memsize = "4096"
displayname = "Mac"
sata0.present = "TRUE"J
sata0:0.present = "TRUE"
sata0:0.fileName = "/vmfs/volumes/datastore1/Mac.vmdk"
sata0:1.present = "TRUE"
sata0:1.fileName = "/vmfs/volumes/datastore1/mac.dmg"
sata0:1.deviceType = "cdrom-image"
ethernet0.present= "TRUE"
ethernet0.startConnected = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.networkName = "VM Network"
RemoteDisplay.vnc.enabled = "True"
RemoteDisplay.vnc.port = "5901"
RemoteDisplay.vnc.password = "secure"
floppy0.present = "FALSE"
firmware = "efi"
scsi0:0.deviceType = "scsi-hardDisk"
virtualHW.productCompatibility = "hosted"
uuid.bios = "56 4d 92 ce dd ab ad 0a-8c fe e7 e0 f8 c9 80 8b"
uuid.location = "56 4d 92 ce dd ab ad 0a-8c fe e7 e0 f8 c9 80 8b"
replay.supported = "FALSE"
replay.filename = ""
scsi0:0.redo = ""
scsi0.pciSlotNumber = "-1"
ethernet0.pciSlotNumber = "17"
sata0.pciSlotNumber = "18"
sata0:0.redo = ""
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:c9:80:8b"
ethernet0.generatedAddressOffset = "0"
monitor.phys_bits_used = "42"
vmotion.checkpointFBSize = "4194304"
vmotion.checkpointSVGAPrimarySize = "4194304"
cleanShutdown = "FALSE"
softPowerOff = "FALSE"
toolsInstallManager.updateCounter = "5"
extendedConfigFile = "Mac.vmxf"
tools.remindInstall = "TRUE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment