Patch by mmadia from #4915:

- add the url to the empty image as a comment,
- add a .vmx for the nightly build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-12-19 00:14:44 +00:00
parent 5a19f90372
commit 2b97d9a98c
2 changed files with 80 additions and 0 deletions

View File

@ -48,6 +48,8 @@ ide0:0.redo = ""
ide0:0.writeThrough = "false"
ide0:0.startConnected = "false"
# blank-bfs-2048mb.vdmk is an expanding disk image and is available at
# http://haiku-files.org/files/blank-bfs/blank-bfs-2048mb.vmdk
ide0:1.present = "true"
ide0:1.fileName = "blank-bfs-2048mb.vmdk"
ide0:1.deviceType = "disk"

78
3rdparty/vmware/haiku-nightly.vmx vendored Normal file
View File

@ -0,0 +1,78 @@
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
MemAllowAutoScaleDown = "false"
MemTrimRate = "-1"
uuid.location = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b"
uuid.bios = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b"
uuid.action = "create"
checkpoint.vmState = ""
displayName = "Haiku"
guestOS = "other"
memsize = "512"
ethernet0.present= "true"
ethernet0.startConnected = "true"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:aa:04:9b"
ethernet0.generatedAddressOffset = "0"
serial0.present = "true"
serial0.fileType = "file"
serial0.fileName = "serial-port.txt"
serial0.tryNoRxLoss = "false"
usb.present = "true"
sound.present = "false"
sound.autodetect = "true"
sound.virtualDev = "es1371"
sound.fileName = "-1"
sound.startConnected = "true"
scsi0.present = "false"
floppy0.present = "false"
ide0:0.present = "true"
ide0:0.fileName = "haiku-nightly.vmdk"
ide0:0.deviceType = "disk"
ide0:0.mode = "persistent"
ide0:0.redo = ""
ide0:0.writeThrough = "false"
ide0:0.startConnected = "false"
# blank-bfs-2048mb.vdmk is an expanding disk image and is available at
# http://haiku-files.org/files/blank-bfs/blank-bfs-2048mb.vmdk
ide0:1.present = "true"
ide0:1.fileName = "blank-bfs-2048mb.vmdk"
ide0:1.deviceType = "disk"
ide0:1.mode = "persistent"
ide0:1.redo = ""
ide0:1.writeThrough = "false"
ide0:1.startConnected = "false"
ide1:0.present = "false"
ide1:0.deviceType = "cdrom-raw"
ide1:0.startConnected = "true"
ide1:0.fileName = "auto detect"
ide1:0.autodetect = "true"
ide1:1.present = "false"
tools.remindInstall = "false"
# If you have a dual core (or more), you might want to use both cores in the
# emulation as well. VMware Player only supports 2, otherwise 4 are possible.
#numvcpus = "2"
# This gets rid of the annoying serial debug output requester - although it
# always append the serial output, then.
#msg.autoAnswer = "true"