Skip to content
Snippets Groups Projects
Commit 58fc4c48 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Fix doc - indentation

parent dbd728c5
No related branches found
No related tags found
1 merge request!393Draft: Support QEmu local grid - DO NOT MERGE
Pipeline #4853 passed
......@@ -21,7 +21,7 @@ Setup virtualisation on the host
# Enable HW acceleration if (nested virtualisation is) available
#boot.kernelModules = [ "kvm-amd" "kvm-intel" ];
2. OPTIONAL - Create a dedicated pool only to avoid the default in ``/var/lib/libvirt/storage``)::
2. OPTIONAL - Create a dedicated pool only to avoid the default path (``/var/lib/libvirt/storage``)::
export POOL_NAME=morph_local_$(id -un)
POOL_PATH="/path/to/your/storage"
......@@ -31,8 +31,8 @@ Setup virtualisation on the host
sudo virsh pool-start ${POOL_NAME}
REM:
- The files generated in the next steps in ``POOL_PATH`` will be owned by root.
- Do not forget the ``POOL_NAME`` variable exported above for the next steps.
* The files generated in the next steps in ``POOL_PATH`` will be owned by root.
* Do not forget the ``POOL_NAME`` variable exported above for the next steps.
Use the local development environment
`````````````````````````````````````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment