~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to man/en/virt-pack.pod

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2008-11-19 09:19:29 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20081119091929-vwksujnqzo1utdln
Tags: upstream-0.400.0
Import upstream version 0.400.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=pod
 
2
 
 
3
=head1 NAME
 
4
 
 
5
virt-pack - convert virtual machines from an image descriptor into VMware(tm) format
 
6
 
 
7
=head1 SYNOPSIS
 
8
 
 
9
B<virt-pack> [OPTION]... IMAGE.XML
 
10
 
 
11
=head1 DESCRIPTION
 
12
 
 
13
B<virt-pack> is a command line tool for converting virtual machines from an
 
14
XML image descriptor C<IMAGE.XML> (L<virt-image(5)>) to a VMware(tm) format machine. 
 
15
The basic configuration of the virtual machine are taken from the XML descriptor (e.g., 
 
16
disk image files, memory, name, vcpus) and a new VMware(tm) configuration file is created using
 
17
these values. The conversion process requires that all necessary kernel modules and configuration 
 
18
to boot using VMware are completed prior to running this tool. 
 
19
 
 
20
 
 
21
=head1 OPTIONS
 
22
 
 
23
Any of the options can be omitted, in which case B<virt-pack> will use defaults when required.
 
24
 
 
25
=over 4
 
26
 
 
27
=item -h, --help
 
28
 
 
29
Show the help message and exit
 
30
 
 
31
=item  -o OUTPUT , --output=NAME  
 
32
 
 
33
Directory in which packaged tar file will be placed
 
34
 
 
35
=item -d, --debug
 
36
 
 
37
Print debugging information
 
38
 
 
39
=back
 
40
 
 
41
=head1 EXAMPLES
 
42
 
 
43
Convert a guest from C<image.xml>:
 
44
 
 
45
  # virt-pack image.xml
 
46
 
 
47
Convert a guest and output the created file to /tmp
 
48
 
 
49
  # virt-pack image.xml -o /tmp
 
50
 
 
51
=head1 AUTHOR
 
52
 
 
53
Written by David Lutterkort and Joey Boggs
 
54
 
 
55
See the AUTHORS file in the source distribution for the complete list of credits.
 
56
 
 
57
=head1 BUGS
 
58
 
 
59
Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/et-mgmt-tools>
 
60
or directly to BugZilla C<http://bugzilla.redhat.com/bugzilla/> against the
 
61
C<Fedora> product, and the C<python-virtinst> component.
 
62
 
 
63
=head1 COPYRIGHT
 
64
 
 
65
Copyright (C) 2006-2008 Red Hat, Inc, and various contributors. 
 
66
This is free software. You may redistribute copies of it under the terms of the GNU General 
 
67
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent 
 
68
permitted by law.
 
69
 
 
70
=head1 SEE ALSO
 
71
 
 
72
L<virt-pack(1)>, L<virt-image(5)>, the project website
 
73
C<http://virt-manager.org>
 
74
 
 
75
=cut
 
76