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:
Spencer Smith 2015-07-20 12:56:56 -04:00
parent 365b3587e5
commit 4bf5f6c7ad

View File

@ -127,7 +127,7 @@ default active yes</computeroutput></screen>
<prompt>#</prompt> <userinput>virt-install --virt-type kvm --name centos-6.4 --ram 1024 \
--cdrom=/data/CentOS-6.4-x86_64-netinstall.iso \
--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 \
--os-type=linux --os-variant=rhel6</userinput>
<computeroutput>