Ticket #116: master.cfg

File master.cfg, 1.4 kB (added by kindlund, 1 year ago)

Master VM Configuration (READ/WRITE)

Line 
1 #!/usr/bin/vmware
2 config.version = "7"
3 virtualHW.version = "3"
4
5 #OS
6 displayName = "Master [v27]"
7 guestOS = "winxppro"
8
9 #Virtual Disk
10 ide0.present = TRUE
11 ide0:0.present = TRUE
12 ide0:0.mode = "persistent"
13 ide0:0.fileName = "winXPPro.vmdk"
14
15 #Memory size
16 memsize = 1024
17
18 #Nvram
19 nvram = "winXPPro.nvram"
20
21 #CD-ROM
22 ide1:0.present = TRUE
23 ide1:0.fileName = "/dev/cdrom"
24 ide1:0.deviceType = "cdrom-raw"
25 ide1:0.startConnected = "FALSE"
26
27 #Floppy
28 floppy0.present = TRUE
29 floppy0.fileName = /dev/fd0
30 floppy0.fileType = device
31 floppy0.startConnected = FALSE
32
33 #Networking
34 ethernet0.present = TRUE
35 ethernet0.connectionType = "hostonly"
36
37 #Misc
38 RemoteDisplay.depth = 16
39 log.fileName = "winXPPro.log"
40
41 localConsole = FALSE
42 draw = "gdi"
43 RemoteDisplay.bpp = 8
44 uuid.location = "56 4d 38 a9 bb 31 e6 eb-16 e9 d4 82 91 cc 40 4a"
45 tools.syncTime = TRUE
46
47 usb.generic.autoconnect = FALSE
48 uuid.bios = "56 4d 38 a9 bb 31 e6 eb-16 e9 d4 82 91 cc 40 4a"
49
50 priority.grabbed = "normal"
51 priority.ungrabbed = "normal"
52
53 usb.present = "FALSE"
54
55 Ethernet0.addressType = "generated"
56 uuid.action = "create"
57 ethernet0.generatedAddress = "00:0c:29:cc:40:4a"
58 ethernet0.generatedAddressOffset = "0"
59
60 sound.present = "FALSE"
61
62 undopoints.seqNum = "0"
63 ide0:0.redo = ""
64 undopoint.restoreFromCheckpoint = "FALSE"
65 undopoint.checkpointedOnline = "FALSE"
66
67 undopoint.protected = "FALSE"
68 gui.restricted = "FALSE"
69
70 ide0:0.deviceType = "ata-hardDisk"
71
72 numvcpus = "1"