Created
July 27, 2014 18:26
-
-
Save mweisel/7645a4ddf87c9aacc290 to your computer and use it in GitHub Desktop.
Virtual machine configuration (.vmx) for vEOS on VMware Fusion 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.encoding = "UTF-8" | |
config.version = "8" | |
virtualHW.version = "10" | |
vcpu.hotadd = "TRUE" | |
scsi0.present = "FALSE" | |
memsize = "1024" | |
mem.hotadd = "TRUE" | |
ide0:0.present = "TRUE" | |
ide0:0.fileName = "/Users/marc/Documents/Virtual Machines.localized/vEOS/Aboot-veos-2.0.8.iso" | |
ide0:0.deviceType = "cdrom-image" | |
ide0:1.present = "TRUE" | |
ide0:1.fileName = "vEOS-4.13.7M.vmdk" | |
ethernet0.present = "TRUE" | |
ethernet0.virtualDev = "e1000" | |
ethernet0.connectionType = "nat" | |
ethernet0.wakeOnPcktRcv = "FALSE" | |
ethernet0.addressType = "generated" | |
ethernet0.linkStatePropagation.enable = "TRUE" | |
usb.present = "FALSE" | |
pciBridge0.present = "TRUE" | |
pciBridge4.present = "TRUE" | |
pciBridge4.virtualDev = "pcieRootPort" | |
pciBridge4.functions = "8" | |
pciBridge5.present = "TRUE" | |
pciBridge5.virtualDev = "pcieRootPort" | |
pciBridge5.functions = "8" | |
pciBridge6.present = "TRUE" | |
pciBridge6.virtualDev = "pcieRootPort" | |
pciBridge6.functions = "8" | |
pciBridge7.present = "TRUE" | |
pciBridge7.virtualDev = "pcieRootPort" | |
pciBridge7.functions = "8" | |
vmci0.present = "TRUE" | |
hpet0.present = "TRUE" | |
usb.vbluetooth.startConnected = "TRUE" | |
tools.syncTime = "TRUE" | |
displayName = "t-vEOS" | |
guestOS = "other26xlinux" | |
nvram = "t-vEOS.nvram" | |
virtualHW.productCompatibility = "hosted" | |
tools.upgrade.policy = "upgradeAtPowerCycle" | |
powerType.powerOff = "soft" | |
powerType.powerOn = "soft" | |
powerType.suspend = "soft" | |
powerType.reset = "soft" | |
extendedConfigFile = "t-vEOS.vmxf" | |
ethernet1.present = "TRUE" | |
ethernet1.virtualDev = "e1000" | |
ethernet1.connectionType = "hostonly" | |
ethernet1.wakeOnPcktRcv = "FALSE" | |
ethernet1.addressType = "generated" | |
ethernet2.present = "TRUE" | |
ethernet2.virtualDev = "e1000" | |
ethernet2.connectionType = "hostonly" | |
ethernet2.wakeOnPcktRcv = "FALSE" | |
ethernet2.addressType = "generated" | |
ethernet3.present = "TRUE" | |
ethernet3.virtualDev = "e1000" | |
ethernet3.connectionType = "hostonly" | |
ethernet3.wakeOnPcktRcv = "FALSE" | |
ethernet3.addressType = "generated" | |
ethernet4.present = "TRUE" | |
ethernet4.virtualDev = "e1000" | |
ethernet4.connectionType = "hostonly" | |
ethernet4.wakeOnPcktRcv = "FALSE" | |
ethernet4.addressType = "generated" | |
ethernet5.present = "TRUE" | |
ethernet5.virtualDev = "e1000" | |
ethernet5.connectionType = "hostonly" | |
ethernet5.wakeOnPcktRcv = "FALSE" | |
ethernet5.addressType = "generated" | |
ethernet6.present = "TRUE" | |
ethernet6.virtualDev = "e1000" | |
ethernet6.connectionType = "hostonly" | |
ethernet6.wakeOnPcktRcv = "FALSE" | |
ethernet6.addressType = "generated" | |
ethernet7.present = "TRUE" | |
ethernet7.virtualDev = "e1000" | |
ethernet7.connectionType = "hostonly" | |
ethernet7.wakeOnPcktRcv = "FALSE" | |
ethernet7.addressType = "generated" | |
sound.present = "FALSE" | |
ehci.present = "FALSE" | |
serial0.present = "FALSE" | |
floppy0.present = "FALSE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment