#!/usr/bin/vmware # Configuration for VMware using generations.vmdk config.version = "8" virtualHW.version = "4" # Memory settings memsize = "512" MemAllowAutoScaleDown = "FALSE" # Selected operating system guestOS = "other26xlinux" displayName = "Generations Linux" guestinfo.vmware.product.long = "Generations Linux (vortex)" guestinfo.vmware.product.url = "http://www.softcraft.org" guestinfo.vmware.product.class = "virtual machine" # Settings between computer and virtual machine isolation.tools.hgfs.disable = "TRUE" virtualHW.productCompatibility = "hosted" checkpoint.vmState = "generations.vmss" nvram = "generations.nvram" tools.upgrade.policy = "manual" tools.remindInstall = "TRUE" # Settings for virtual disks ide0:0.present = "TRUE" ide0:0.autodetect = "TRUE" ide0:0.fileName = "generations.vmdk" ide0:0.writeThrough = "TRUE" # ........ second drive #ide0:1.present = "TRUE" #ide0:1.filename = "local.vmdk" #ide0:1.writeThrough = "TRUE" # Settings for physical CD/DVD drive ide1:0.present = "TRUE" ide1:0.autodetect = "TRUE" ide1:0.fileName = "auto detect" ide1:0.deviceType = "cdrom-raw" # Settings for physical floppy drive floppy0.fileName = "A:" floppy0.autodetect = "FALSE" floppy0.present = "FALSE" # Virtual network interface ethernet0.present = "TRUE" ethernet0.virtualDev = "vlance" ethernet0.addressType = "generated" ethernet0.connectionType = "nat" # Virtual sound device sound.autodetect = "TRUE" sound.present = "TRUE" sound.fileName = "-1" #sound.virtualDev = "es1371" # USB settings usb.present = "TRUE" usb.autoConnect.device0 = "path:1/0/1/2/1 autoclean:1" # Unique ID for virtual machine will be created uuid.action = "create" # End of Virtual Machine configuration. # What follows is automatically generated: ide0:0.redo = "" ide0:1.redo = "" ide1:1.redo = "" uuid.bios = "56 4d a9 b1 bf d7 de 78-41 37 5d e8 61 11 b8 f5" uuid.location = "56 4d a9 b1 bf d7 de 78-41 37 5d e8 61 11 b8 f5" ethernet0.generatedAddress = "00:0c:29:11:b8:f5" ethernet0.generatedAddressOffset = "0" usb.autoConnect.device1 = ""