# VM Machine Info guestOS = "linux" displayName = "CHANGE ME PLEASE" config.version = "7" memsize = "256" # CDROM Info ide0:0.present = "TRUE" ide0:0.deviceType = "cdrom-raw" # uncomment this for a virtual CDROM #ide0:0.present = "TRUE" #ide0:0.fileName = "XXX.iso" #ide0:0.deviceType = "cdrom-image" # virtual hard disk ide1:0.present = "TRUE" ide1:0.filename = "XXX.vmdk" ide1:0.deviceType = "ata-hardDisk" # uncomment this for a second virtual hard disk #ide1:1.present = "TRUE" #ide1:1.filename = "XXX.vmdk" #ide1:1.deviceType = "ata-hardDisk" #Floppy Info floppy0.present = "FALSE" #Ethernet Info Ethernet0.present = "TRUE" ethernet0.addressType = "generated" # Audio Settings -- set to false/false on Dirk's Linux host sound.present = "false" sound.autodetect = "false" # Host USB usb.present = "false" # the following appears to be generated by the VMWare Player anyway ethernet0.generatedAddress = "00:0c:29:91:50:aa" sound.virtualDev = "sb16" uuid.location = "56 4d 6d 4c d0 59 4a aa-6f 4a 23 f7 b9 91 50 aa" uuid.bios = "56 4d 6d 4c d0 59 4a aa-6f 4a 23 f7 b9 91 50 aa" #sound.deviceNr = "-1" #sound.device = "/dev/dsp" ethernet0.generatedAddressOffset = "0" tools.remindInstall = "TRUE" ethernet0.connectionType = "bridged" ide0:1.redo = "" uuid.action = "create" #ide1:0.redo = "" #ide1:1.redo = ""