~ubuntu-virt/vmbuilder/trunk

« back to all changes in this revision

Viewing changes to templates/vmware.tmpl

  • Committer: Soren Hansen
  • Date: 2008-06-27 12:47:26 UTC
  • Revision ID: soren.hansen@canonical.com-20080627124726-kj690sepircudc3h
Import python rewrite.. It's not quite at a useful point yet (only cli+kvm+hardy is in a usable state), but it's getting there..

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
config.version = "8"
2
 
virtualHW.version = "%VMHWVERSION%"
3
 
scsi0.present = "FALSE"
4
 
scsi0.virtualDev = "lsilogic"
5
 
memsize = "%MEM%"
6
 
Ethernet0.virtualDev = "vlance"
7
 
Ethernet0.present = "TRUE"
8
 
Ethernet0.connectionType = "bridged"
9
 
displayName = "%HOSTNAME% %ARCH%"
10
 
guestOS = "%guestos%"
11
 
priority.grabbed = "normal"
12
 
priority.ungrabbed = "normal"
13
 
powerType.powerOff = "hard"
14
 
powerType.powerOn = "hard"
15
 
powerType.suspend = "hard"
16
 
powerType.reset = "hard"
17
 
floppy0.present = "FALSE"