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

« back to all changes in this revision

Viewing changes to man/en/virt-clone.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
 
192
192
 
193
193
  # virt-clone \
194
194
       --connect qemu:///system \
195
 
       --name demo \
 
195
       --original demo \
 
196
       --name newdemo \
196
197
       --file /dev/HostVG/DemoVM \
197
198
       --mac 52:54:00:34:11:54
198
199
 
199
200
=head1 AUTHOR
200
201
 
201
 
Written by Kazuki Mizushima, and a team of many other contributors. See the AUTHORS 
202
 
file in the source distribution for the complete list of credits.
 
202
Written by Kazuki Mizushima, Cole Robinson, and a team of many other
 
203
contributors. See the AUTHORS file in the source distribution for the
 
204
complete list of credits.
203
205
 
204
206
=head1 BUGS
205
207
 
207
209
 
208
210
=head1 COPYRIGHT
209
211
 
210
 
Copyright (C) Fujitsu Limited 2007, and various contributors. 
211
 
This is free software. You may redistribute copies of it under the terms of the GNU General 
212
 
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent 
213
 
permitted by law.
 
212
Copyright (C) Fujitsu Limited, and various contributors.
 
213
This is free software. You may redistribute copies of it under the terms
 
214
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
 
215
There is NO WARRANTY, to the extent permitted by law.
214
216
 
215
217
=head1 SEE ALSO
216
218