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

« back to all changes in this revision

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

  • 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:
124
124
.\" ========================================================================
125
125
.\"
126
126
.IX Title "VIRT-IMAGE 1"
127
 
.TH VIRT-IMAGE 1 "2012-01-24" "" "Virtual Machine Install Tools"
 
127
.TH VIRT-IMAGE 1 "2012-07-09" "" "Virtual Machine Install Tools"
128
128
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
129
129
.\" way too many mistakes in technical documents.
130
130
.if n .ad l
155
155
.IP "\-h, \-\-help" 4
156
156
.IX Item "-h, --help"
157
157
Show the help message and exit
158
 
.IP "\-\-connect=CONNECT" 4
159
 
.IX Item "--connect=CONNECT"
 
158
.IP "\-\-connect=URI" 4
 
159
.IX Item "--connect=URI"
160
160
Connect to a non-default hypervisor. See \fIvirt\-install\fR\|(1) for details
161
161
.SS "General Options"
162
162
.IX Subsection "General Options"
279
279
\&\f(CW\*(C`image.xml\*(C'\fR:
280
280
.PP
281
281
.Vb 1
282
 
\&  # virt\-image \-\-name example \-\-vnc \-i image.xml
 
282
\&  # virt\-image \-\-name example \-\-vnc image.xml
283
283
.Ve
284
284
.PP
285
285
Print the libvirt \s-1XML\s0 for a guest called \f(CW\*(C`example\*(C'\fR without graphics, but
286
286
do not create or start a virtual machine:
287
287
.PP
288
288
.Vb 1
289
 
\&  # virt\-image \-\-print \-\-name example \-\-nographics \-\-image image.xml
 
289
\&  # virt\-image \-\-print \-\-name example \-\-nographics image.xml
290
290
.Ve
291
291
.SH "AUTHOR"
292
292
.IX Header "AUTHOR"
293
 
Written by David Lutterkort. See the \s-1AUTHORS\s0 file in the source
294
 
distribution for the complete list of credits.
 
293
Written by David Lutterkort and Cole Robinson. See the \s-1AUTHORS\s0 file in
 
294
the source distribution for the complete list of credits.
295
295
.SH "BUGS"
296
296
.IX Header "BUGS"
297
297
Please see http://virt\-manager.org/page/BugReporting
298
298
.SH "COPYRIGHT"
299
299
.IX Header "COPYRIGHT"
300
 
Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors.
 
300
Copyright (C) 2006\-2012 Red Hat, Inc, and various contributors.
301
301
This is free software. You may redistribute copies of it under the terms
302
302
of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR.
303
303
There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law.