#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
displayName = "Windows 2000 on VMware Player"

mainMem.useNamedFile = FALSE

# ----- Virtual HDD image -----
ide0:0.present = "true"
ide0:0.fileName = "win2k.vmdk"
#ide0:0.deviceType = "rawDisk"

# ----- CD-ROM Drive -----
ide1:0.present = "true"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "atapi-cdrom"

#ide1:0.present = "true"
#ide1:0.fileName = "~/vmware-distrib/lib/isoimages/windows.iso"
#ide1:0.deviceType = "cdrom-image"

# ----- FDD -----
floppy0.present = "false"

# ----- Network -----
ethernet0.present = "true"
ethernet0.connectionType = "nat"

# ----- Select Guest OS -----
# guestOS = "winnetstandard"   # Windows Server 2003 standard Edition
# guestOS = "winxppro"         # Windows XP Professional
guestOS = "win2000pro"
# guestOS = "redhat"           # Red Hat Linux (generic)
# guestOS = "suse"             # SuSE Linux (generic)
# guestOS = "netware5"         # Netware5
# guestOS = "netware6"         # Netware6
# guestOS = "solaris9"         # Solaris9
# guestOS = "solaris10"        # Solaris10
# guestOS = "freebsd"          # FreeBSD (generic)
# guestOS = "otherlinux"       # Other Linux
# guestOS = "other24xlinux"    # Other Linux 2.4.x kernel
# guestOS = "other26xlinux"    # Other Linux 2.6.x kernel
# guestOS = "other"            # Others

# ----- Sound -----
sound.present = "true"
sound.virtualDev = "es1371"
sound.autoDetect = "true"
sound.fileName = "-1"

# ----- Memory size for guest OS -----
memsize = "172"

uuid.location = "56 4d a7 33 0d 4a b3 d0-c8 f2 68 2d b0 f0 e2 11"
uuid.bios = "56 4d a7 33 0d 4a b3 d0-c8 f2 68 2d b0 f0 e2 11"
ide1:0.autodetect = "TRUE"
usb.present = "TRUE"