F5: Difference between revisions

Content added Content deleted
Line 324: Line 324:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo virt-install \
sudo virt-install \
--name=server\
--name=server \
--description="CentOS WebServer" \
--description="CentOS WebServer" \
--disk path=/var/lib/libvirt/images/CentOS-7-x86_64-GenericCloud.qcow2,bus=virtio,format=qcow2 \
--disk path=/var/lib/libvirt/images/CentOS-7-x86_64-GenericCloud.qcow2,bus=virtio,format=qcow2 \