fix typo: "virt-manager" -> "virt-install"
Closes-Bug: 1343694 Change-Id: I2d94b821ad2b5e6368b1a2635643104370a123a7
This commit is contained in:
parent
23baad1644
commit
319b50ff21
@ -42,7 +42,7 @@
|
|||||||
<para>Assume that the name of your virtual machine image is <literal>centos-6.4</literal>;
|
<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
|
you need this name when you use <command>virsh</command> commands to manipulate the
|
||||||
state of the image.</para>
|
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>
|
this:</para>
|
||||||
<screen><prompt>#</prompt> <userinput>qemu-img create -f qcow2 /tmp/centos-6.4.qcow2 10G</userinput>
|
<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 \
|
<prompt>#</prompt> <userinput>virt-install --virt-type kvm --name centos-6.4 --ram 1024 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user