From 37b5f934dcd772a56ab31d709c238ec3182ce14e Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Fri, 16 Jun 2023 08:31:39 +0000 Subject: [PATCH] Fix doc - indentation Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> --- morph/grid/local/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/morph/grid/local/README.rst b/morph/grid/local/README.rst index 3f8f0d05..43f4a9a5 100644 --- a/morph/grid/local/README.rst +++ b/morph/grid/local/README.rst @@ -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 ````````````````````````````````````` -- GitLab