Add space to virt-install command
Adds a space to the virt-install command of the "Creating Images Manually" documentation. Change-Id: I32501c135356b36295760f5052e9b7ae0488abd9 Closes-Bug: #1476318
This commit is contained in:
parent
365b3587e5
commit
4bf5f6c7ad
@ -127,7 +127,7 @@ default active yes</computeroutput></screen>
|
|||||||
<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 \
|
||||||
--cdrom=/data/CentOS-6.4-x86_64-netinstall.iso \
|
--cdrom=/data/CentOS-6.4-x86_64-netinstall.iso \
|
||||||
--disk path=/data/centos-6.4.qcow2,size=10,format=qcow2 \
|
--disk path=/data/centos-6.4.qcow2,size=10,format=qcow2 \
|
||||||
--network network=default\
|
--network network=default \
|
||||||
--graphics vnc,listen=0.0.0.0 --noautoconsole \
|
--graphics vnc,listen=0.0.0.0 --noautoconsole \
|
||||||
--os-type=linux --os-variant=rhel6</userinput>
|
--os-type=linux --os-variant=rhel6</userinput>
|
||||||
<computeroutput>
|
<computeroutput>
|
||||||
|
Loading…
Reference in New Issue
Block a user