Fixes misspelling in ch_creating_images_manually
In text: "The following example shows how to use the qemu-img command to create an empty image file virt-install command to start up a virtual machine using that image file". Seems to have to be: "The following example shows how to use the qemu-img command to create an empty image file, and virt-install command to start up a virtual machine using that image file" ("and" missed). Change-Id: I3a4dc48261403a205b3ab80cbf98ab730b2689f5 Closes-bug: #1431290
This commit is contained in:
parent
4594a3a31b
commit
b8d665b11d
@ -120,7 +120,7 @@ default active yes</computeroutput></screen>
|
||||
>Vinagre</link> (GNOME).</para>
|
||||
<para>The following example shows how to use the
|
||||
<command>qemu-img</command> command to create an empty
|
||||
image file <command>virt-install</command> command to
|
||||
image file, and <command>virt-install</command> command to
|
||||
start up a virtual machine using that image file. As
|
||||
root:</para>
|
||||
<screen><prompt>#</prompt> <command>qemu-img create -f qcow2 /data/centos-6.4.qcow2 10G</command>
|
||||
|
Loading…
Reference in New Issue
Block a user