| 1 |
#!/usr/bin/vmware |
|---|
| 2 |
config.version = "7" |
|---|
| 3 |
virtualHW.version = "4" |
|---|
| 4 |
|
|---|
| 5 |
#OS |
|---|
| 6 |
displayName = "9aff7910d6651924b2e5c7e000" |
|---|
| 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 = "/home/honeyusr/vm/master/master.vmdk" |
|---|
| 14 |
|
|---|
| 15 |
#Memory size |
|---|
| 16 |
memsize = "384" |
|---|
| 17 |
|
|---|
| 18 |
#Nvram |
|---|
| 19 |
nvram = "master.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 = "FALSE" |
|---|
| 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 = "master.log" |
|---|
| 40 |
|
|---|
| 41 |
localConsole = "FALSE" |
|---|
| 42 |
draw = "gdi" |
|---|
| 43 |
RemoteDisplay.bpp = 8 |
|---|
| 44 |
uuid.location = "56 4d 0b 8b d1 32 82 3f-97 7f ac 42 f4 a6 37 29" |
|---|
| 45 |
tools.syncTime = "TRUE" |
|---|
| 46 |
|
|---|
| 47 |
usb.generic.autoconnect = "FALSE" |
|---|
| 48 |
uuid.bios = "56 4d 0b 8b d1 32 82 3f-97 7f ac 42 f4 a6 37 29" |
|---|
| 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:a6:37:29" |
|---|
| 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" |
|---|