#!/usr/bin/vmware config.version = "8" virtualHW.version = "3" memsize = "128" MemAllowAutoScaleDown = "FALSE" ide0:0.present = "TRUE" ide0:0.fileName = "HD-Virtual.vmdk" ide0:0.redo = "" ide1:0.autodetect = "TRUE" ide1:0.present = "TRUE" ide1:0.fileName = "auto detect" ide1:0.deviceType = "cdrom-raw" floppy0.fileName = "/dev/fd0" ethernet0.present = "TRUE" usb.present = "TRUE" sound.present = "TRUE" sound.virtualDev = "es1371" sound.fileName = "-1" sound.autodetect = "TRUE" displayName = "HD-Virtual" # Alguns Valores para guestOS #Linux Kernel 2.6 -> guestOS = "other26xlinux" #Linux Kernel 2.4 -> guestOS = "other24xlinux" #Linux Genérico -> guestOS = "otherlinux" #Ubuntu -> guestOS = "ubuntu" #Debian -> guestOS = "debian" #Free BSD -> guestOS = "freebsd" #Windows XP Home -> guestOS = "windowsxphome" #Windows 2003 Server -> guestOS = "winnetenterprise" #Windows 2000 PRO -> guestOS = "windows2000pro" #Windows XP PRO -> guestOS = "winxppro" #Windows 98 -> guestOS = "win98" #Outro Sistema -> guestOS = "other" guestOS = "win2000pro" nvram = "HD-Virtual.nvram" ethernet0.addressType = "generated" uuid.location = "56 4d 20 a5 96 de 3e 0f-50 fb ae 39 75 4d 79 92" uuid.bios = "56 4d 20 a5 96 de 3e 0f-50 fb ae 39 75 4d 79 92" tools.remindInstall = "TRUE" ethernet0.generatedAddress = "00:0c:29:4d:79:92" ethernet0.generatedAddressOffset = "0" checkpoint.vmState = "HD-Virtual.vmss"