#!/usr/bin/vmware
#<vortex> Configuration for VMware using generations.iso
config.version = "8"
virtualHW.version = "4"

# Memory settings
memsize = "256"
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"

# CDROM Info
ide1:0.present = "TRUE"
ide1:0.fileName = "generations.iso"
ide1:0.deviceType = "cdrom-image"

# Floppy Info
floppy0.present = "FALSE"

# Ethernet Info
Ethernet0.present = "TRUE"
ethernet0.addressType = "generated"

# Audio Settings
sound.present = "TRUE"
sound.autodetect = "TRUE"

# Host USB
usb.present = "TRUE"

# Unique ID for virtual machine will be created
uuid.action = "create"

#</vortex> End of Virtual Machine configuration.
# What follows is automatically generated: