root/honeyclient/branches/rel/0.9/t/testVM/winXPPro.vmx

Revision 13, 1.0 kB (checked in by kindlund, 2 years ago)

Initialized public repository with 0.9 release.

  • Property svn:executable set to *
Line 
1 #!/usr/bin/vmware
2 config.version = "7"
3 virtualHW.version = "3"
4 scsi0.present = "TRUE"
5 memsize = "256"
6 ide0:0.present = "TRUE"
7 ide0:0.fileName = "winXPPro.vmdk"
8 ide0:0.mode = "persistent"
9 ide1:0.present = "TRUE"
10 ide1:0.fileName = "auto detect"
11 ide1:0.deviceType = "atapi-cdrom"
12 floppy0.fileName = "/dev/fd0"
13 usb.present = "FALSE"
14 displayName = "testVM"
15 guestOS = "winxppro"
16 priority.grabbed = "normal"
17 priority.ungrabbed = "normal"
18 powerType.powerOff = "soft"
19 powerType.powerOn = "soft"
20 powerType.suspend = "soft"
21 powerType.reset = "soft"
22
23 ide1:0.startConnected = "FALSE"
24 floppy0.startConnected = "FALSE"
25 redoLogDir = "."
26
27 uuid.location = "56 4d 5a 4d 85 0c b9 98-55 a1 7c 88 1a 6d b9 4c"
28 uuid.bios = "56 4d 5a 4d 85 0c b9 98-55 a1 7c 88 1a 6d b9 4c"
29
30 Ethernet0.present = "TRUE"
31
32 Ethernet0.addressType = "generated"
33 ethernet0.generatedAddress = "00:0c:29:6d:b9:4c"
34 ethernet0.generatedAddressOffset = "0"
35
36 Ethernet0.startConnected = "TRUE"
37
38 ide0:0.redo = ""
39 ide0:0.deviceType = "ata-hardDisk"
40
41 Ethernet0.connectionType = "hostonly"
Note: See TracBrowser for help on using the browser.