diff --git a/docs/installing.md b/docs/installing.md index faf2bd11..e01bcc5f 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -177,51 +177,53 @@ This section walks through deploying a simple Debian VM to the cluster with Debo `$ uuidgen` `$ $EDITOR /tmp/test1.xml` - - test1 - [INSERT GENERATED UUID] - Testing VM - 1024 - 1 - - hvm - - - - - - - - - destroy - restart - restart - - /usr/bin/kvm - - - - - - - - - - - - - - - - - - - - - - - - + ``` + + test1 + [INSERT GENERATED UUID] + Testing VM + 1024 + 1 + + hvm + + + + + + + + + destroy + restart + restart + + /usr/bin/kvm + + + + + + + + + + + + + + + + + + + + + + + + + ``` *NOTE:* This Libvirt XML is only a sample; it should be modified to fit the specifics of the VM. Alternatively to manual configuration, one can use a tool like `virt-manager` to generate valid Libvirt XML configurations for PVC to use.