ba24d877bf
For the dialog flow, these options are the same, the only effect is that there's no longer an initial network boot phase. PXE is dependent on an external server setup that is not common in the scheme of things, so giving it a first class option on the front of the new VM wizard isn't really sensible. Users that want to PXE boot can easily do so via the 'customize before install' option, or just manually create a VM and edit the boot device as they see fit. Explicitly advertising a Manual option is nicer for users that just want to create a VM and deal with install later, among many other minor use cases. Signed-off-by: Cole Robinson <crobinso@redhat.com> |
||
---|---|---|
data | ||
man | ||
po | ||
tests | ||
ui | ||
virtManager | ||
virtinst | ||
.coveragerc | ||
.gitignore | ||
.gitpublish | ||
.mailmap | ||
CONTRIBUTING.md | ||
COPYING | ||
INSTALL.md | ||
MANIFEST.in | ||
NEWS.md | ||
README.md | ||
pylintrc | ||
setup.cfg | ||
setup.py | ||
virt-clone | ||
virt-install | ||
virt-manager | ||
virt-manager.spec.in | ||
virt-xml |
README.md
Virtual Machine Manager
virt-manager
is a graphical tool for managing virtual machines
via libvirt. Most usage is with QEMU/KVM
virtual machines, but Xen and libvirt LXC containers are well
supported. Common operations for any libvirt driver should work.
Several command line tools are also provided:
virt-install
: Create new libvirt virtual machinesvirt-clone
: Duplicate existing libvirt virtual machinesvirt-xml
: Edit existing libvirt virtual machines/manipulate libvirt XML
For dependency info and installation instructions, see the INSTALL.md file. If you just want to quickly test the code from a git checkout, you can launch any of the commands like:
./virt-manager --debug ...
Contact
- All comments / suggestions / patches should be directed to the virt-tools-list mailing list.
- For IRC we use #virt on OFTC.
- For bug reporting info, see virt-manager bug reporting.
- There are further project details on the virt-manager website.
- See the CONTRIBUTING.md file for info about submitting patches or contributing translations.