~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/virtconv/vmx/test1.vmx

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Louis Dupond
  • Date: 2010-05-05 03:32:42 UTC
  • mfrom: (1.3.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100505033242-um6f6pjcc89i07m0
Tags: 0.500.3-1ubuntu1
* Merge from debian unstable. (LP: #590068)  Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Added lucid and maverick to OS list and enable virtio for it.
  - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable
    as the keyboard config in Ubuntu is still in /etc/default/console-setup
    and this was causing virt-manager to always default to a en-us
    keyboard. (LP: #524318)
  - debian/control: added acl package to depends. (LP: #533048)
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin (LP: #215084)
* debian/patches/9002-add-ca-keymap.patch: dropped, its now in upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#!/usr/bin/vmplayer
 
3
 
 
4
# Generated by setup.py
 
5
# http://virt-manager.org/
 
6
 
 
7
# This is a Workstation 5 or 5.5 config file and can be used with Player
 
8
config.version = "8"
 
9
virtualHW.version = "4"
 
10
guestOS = "other"
 
11
displayName = "test-image"
 
12
annotation = "None"
 
13
guestinfo.vmware.product.long = "test-image"
 
14
guestinfo.vmware.product.url = "http://virt-manager.org/"
 
15
guestinfo.vmware.product.class = "virtual machine"
 
16
numvcpus = "7"
 
17
memsize = "256"
 
18
MemAllowAutoScaleDown = "FALSE"
 
19
MemTrimRate = "-1"
 
20
uuid.action = "create"
 
21
tools.remindInstall = "TRUE"
 
22
hints.hideAll = "TRUE"
 
23
tools.syncTime = "TRUE"
 
24
serial0.present = "FALSE"
 
25
serial1.present = "FALSE"
 
26
parallel0.present = "FALSE"
 
27
logging = "TRUE"
 
28
log.fileName = "test-image.log"
 
29
log.append = "TRUE"
 
30
log.keepOld = "3"
 
31
isolation.tools.hgfs.disable = "FALSE"
 
32
isolation.tools.dnd.disable = "FALSE"
 
33
isolation.tools.copy.enable = "TRUE"
 
34
isolation.tools.paste.enabled = "TRUE"
 
35
floppy0.present = "FALSE"
 
36
 
 
37
# IDE disk
 
38
ide0:0.present = "TRUE"
 
39
ide0:0.fileName = "root.raw"
 
40
ide0:0.mode = "persistent"
 
41
ide0:0.startConnected = "TRUE"
 
42
ide0:0.writeThrough = "TRUE"
 
43
 
 
44
# IDE disk
 
45
ide0:1.present = "TRUE"
 
46
ide0:1.fileName = "data.raw"
 
47
ide0:1.mode = "persistent"
 
48
ide0:1.startConnected = "TRUE"
 
49
ide0:1.writeThrough = "TRUE"
 
50
 
 
51
# IDE disk
 
52
ide1:0.present = "TRUE"
 
53
ide1:0.fileName = "scratch.raw"
 
54
ide1:0.mode = "persistent"
 
55
ide1:0.startConnected = "TRUE"
 
56
ide1:0.writeThrough = "TRUE"
 
57
 
 
58
ethernet0.present = "TRUE"
 
59
ethernet0.connectionType = "nat"
 
60
ethernet0.addressType = "generated"
 
61
ethernet0.generatedAddressOffset = "0"
 
62
ethernet0.autoDetect = "TRUE"