mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fix minor typos
This commit is contained in:
committed by
Richard W.M. Jones
parent
3886a113f2
commit
adbf1bc320
@@ -1874,7 +1874,7 @@ of a disk image. It may or may not apply in your use case. Read
|
||||
L</CVE-2010-3851> below.
|
||||
|
||||
Libguestfs offers an API to get the format of a disk image
|
||||
(L</guestfs_disk_format>, and it is safest to use this.
|
||||
(L</guestfs_disk_format>), and it is safest to use this.
|
||||
|
||||
I<Don’t> be tempted to try parsing the text / human-readable output of
|
||||
C<qemu-img> since it cannot be parsed reliably and securely. Also do
|
||||
|
||||
@@ -20,7 +20,7 @@ including an xml description of the machine.
|
||||
virt-p2v-make-kiwi builds a folder containing all the pieces needed for
|
||||
kiwi to build a bootable P2V live CD ISO, USB key, or PXE image. This tool
|
||||
only builds the kiwi configuration, but this manual page describes some of
|
||||
the ways you can use the kickstart file.
|
||||
the ways you can use the kiwi configuration.
|
||||
|
||||
=head1 BUILDING THE KIWI CONFIGURATION
|
||||
|
||||
|
||||
@@ -1461,7 +1461,7 @@ C<@> character in the form of its ascii hex-code (C<%5c>):
|
||||
|
||||
=head2 OVA: IMPORTING A GUEST
|
||||
|
||||
To import an OVA file called F<VM.ova>, do;
|
||||
To import an OVA file called F<VM.ova>, do:
|
||||
|
||||
$ virt-v2v -i ova VM.ova -o local -os /var/tmp
|
||||
|
||||
@@ -1571,8 +1571,8 @@ any vmdk disks.
|
||||
=head1 INPUT FROM VMWARE ESXi HYPERVISOR
|
||||
|
||||
You should use the OVA or VMX methods above (see L</INPUT FROM VMWARE
|
||||
OVA> and/or L</INPUT FROM VMWARE VMX>) if possible, as it is much
|
||||
faster and requires much less disk space than the method described in
|
||||
OVA> and/or L</INPUT FROM VMWARE VMX>) if possible, as they are much
|
||||
faster and require much less disk space than the method described in
|
||||
this section.
|
||||
|
||||
You can use the L<virt-v2v-copy-to-local(1)> tool to copy the guest
|
||||
|
||||
Reference in New Issue
Block a user