~ubuntu-virt/vmbuilder/trunk

« back to all changes in this revision

Viewing changes to vms/vmw6

  • 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
 
. /usr/share/ubuntu-vm-builder/vms/vmware-common
2
 
 
3
 
 
4
 
 
5
 
vm_target_conversion () {
6
 
        QEMU_IMG_CONVERT_OPTS="-O vmdk -6"
7
 
        VMHWVERSION=6
8
 
 
9
 
        vmware_common_target_conversion
10
 
}