~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-07-24 08:52:01 UTC
  • mfrom: (1.6.8 sid)
  • Revision ID: package-import@ubuntu.com-20120724085201-q3h0cbabg4t46gfm
Tags: 0.600.2-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch.
  - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
    for all ISO/HTTP source, to not longer fail with cobbler/koan.
  - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the
    qemu-dm binary.
  - debian/{control,rules,pyversions}: Build using dh_python2, use
    debhelper v8 instead of cdbs; for some reason the package build an
    empty binary package when using dh_python2.
  - debian/control: added acl package to depends.
  - debian/control: added libvirt-bin to recommends
* Dropped patches:
  - debian/patches/9005_ubuntu_releases.patch: Upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
Show the help message and exit
36
36
 
37
 
=item --connect=CONNECT
 
37
=item --connect=URI
38
38
 
39
39
Connect to a non-default hypervisor. See L<virt-install(1)> for details
40
40
 
219
219
Create and start a guest called C<example> with a VNC console from
220
220
C<image.xml>:
221
221
 
222
 
  # virt-image --name example --vnc -i image.xml
 
222
  # virt-image --name example --vnc image.xml
223
223
 
224
224
Print the libvirt XML for a guest called C<example> without graphics, but
225
225
do not create or start a virtual machine:
226
226
 
227
 
  # virt-image --print --name example --nographics --image image.xml
 
227
  # virt-image --print --name example --nographics image.xml
228
228
 
229
229
=head1 AUTHOR
230
230
 
231
 
Written by David Lutterkort. See the AUTHORS file in the source
232
 
distribution for the complete list of credits.
 
231
Written by David Lutterkort and Cole Robinson. See the AUTHORS file in
 
232
the source distribution for the complete list of credits.
233
233
 
234
234
=head1 BUGS
235
235
 
237
237
 
238
238
=head1 COPYRIGHT
239
239
 
240
 
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
 
240
Copyright (C) 2006-2012 Red Hat, Inc, and various contributors.
241
241
This is free software. You may redistribute copies of it under the terms
242
242
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
243
243
There is NO WARRANTY, to the extent permitted by law.