This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
tests/virtconv-files/virtimage2vmx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#!/usr/bin/vmplayer
33
44# Generated by setup.py
5- # http://virt-manager.et.redhat.com /
5+ # http://virt-manager.org /
66
77# This is a Workstation 5 or 5.5 config file and can be used with Player
88config.version = "8"
@@ -11,7 +11,7 @@ guestOS = "other"
1111displayName = "test-image"
1212annotation = "None"
1313guestinfo.vmware.product.long = "test-image"
14- guestinfo.vmware.product.url = "http://virt-manager.et.redhat.com /"
14+ guestinfo.vmware.product.url = "http://virt-manager.org /"
1515guestinfo.vmware.product.class = "virtual machine"
1616numvcpus = "7"
1717memsize = "256"
Original file line number Diff line number Diff line change 3232#!/usr/bin/vmplayer
3333
3434# Generated by %(progname)s
35- # http://virt-manager.et.redhat.com /
35+ # http://virt-manager.org /
3636
3737# This is a Workstation 5 or 5.5 config file and can be used with Player
3838config.version = "8"
4141displayName = "%(vm_name)s"
4242annotation = "%(vm_description)s"
4343guestinfo.vmware.product.long = "%(vm_name)s"
44- guestinfo.vmware.product.url = "http://virt-manager.et.redhat.com /"
44+ guestinfo.vmware.product.url = "http://virt-manager.org /"
4545guestinfo.vmware.product.class = "virtual machine"
4646numvcpus = "%(vm_nr_vcpus)s"
4747memsize = "%(vm_memory)d"
You can’t perform that action at this time.
0 commit comments