fix typo: "virt-manager" -> "virt-install"

Closes-Bug: 1343694
Change-Id: I2d94b821ad2b5e6368b1a2635643104370a123a7
This commit is contained in:
KATO Tomoyuki 2014-07-18 10:09:08 +09:00
parent 23baad1644
commit 319b50ff21

View File

@ -42,7 +42,7 @@
<para>Assume that the name of your virtual machine image is <literal>centos-6.4</literal>;
you need this name when you use <command>virsh</command> commands to manipulate the
state of the image.</para>
<para>If you use <command>virt-manager</command>, the commands should look something like
<para>If you use <command>virt-install</command>, the commands should look something like
this:</para>
<screen><prompt>#</prompt> <userinput>qemu-img create -f qcow2 /tmp/centos-6.4.qcow2 10G</userinput>
<prompt>#</prompt> <userinput>virt-install --virt-type kvm --name centos-6.4 --ram 1024 \