Fix type in virt-install command line

The `disk` parameter in the `virt-install` command line was
incorrect; this commit fixes it.
This commit is contained in:
Scott Lowe 2016-01-22 15:49:56 -07:00
parent f11535f75d
commit bd12420908

View file

@ -45,7 +45,7 @@ Note that you'll also need a VNC client to connect the console of the nested KVM
8. Now launch a KVM VM using this command line (the CirrOS disk image was downloaded already by Ansible):
sudo virt-install --name=cirros --ram=256 --vcpus=1 \
disk path=./cirros-0.3.2-x86_64-disk.img,format=qcow2 \
--disk path=./cirros-0.3.2-x86_64-disk.img,format=qcow2 \
--import --network network:macvtap-net --vnc
9. Determine the VNC display allocated to the new VM with this command (it should be `127.0.0.1:0`):