summaryrefslogtreecommitdiff
path: root/minilinux.vmx
blob: 0a6b22f728dd80e1757751abb254bbfe1abf0b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
ide0:0.present = "TRUE"
ide0:0.filename = "minilinux.vmdk"
memsize = "256"
MemAllowAutoScaleDown = "FALSE"
ide1:0.present = "FALSE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
ide1:0.autodetect = "TRUE"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
usb.present = "FALSE"
sound.present = "FALSE"
displayName = "minilinux"
guestOS = "other26xlinux"
nvram = "minilinux.nvram"
MemTrimRate = "-1"
ide0:0.redo = ""
ethernet0.addressType = "generated"
ethernet0.connectionType = "nat"
uuid.location = "56 4d 87 3d 0f e1 89 7a-22 85 36 89 4e 6b 29 cf"
uuid.bios = "56 4d 87 3d 0f e1 89 7a-22 85 36 89 4e 6b 29 cf"
ethernet0.generatedAddress = "00:0c:29:6b:29:cf"
ethernet0.generatedAddressOffset = "0"
tools.syncTime = "TRUE"
ide1:0.startConnected = "TRUE"
uuid.action = "create"
checkpoint.vmState = "minilinux.vmss"
tools.remindInstall = "TRUE"

virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"