From 18558c5b3a143e7784347c918f3ea0e7c9a09ec8 Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Mon, 4 Nov 2024 15:02:24 +0100
Subject: [PATCH] FIXES: fixing 1.1.3

---
 doc/deployment_guide.md | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/doc/deployment_guide.md b/doc/deployment_guide.md
index abe689f..fd941e5 100644
--- a/doc/deployment_guide.md
+++ b/doc/deployment_guide.md
@@ -236,6 +236,7 @@ Create a new VM an Ubuntu 22.04.1 ISO:
 - Password: tfs123
 
 On the next screen press "Customize Settings", save the VM and in "Settings" change:
+
 - Change to use 4 CPUs
 - Change to access 8 GB of RAM
 - Change disk to size 60 GB
@@ -247,22 +248,22 @@ Run the VM to start the installation.
 
 The installation will be automatic, without any configuration required.
 
-- Configure the guest IP, gateway and DNS:
+  - Configure the guest IP, gateway and DNS:
 
-  Using the Network Settings for the wired connection, set the IP to 10.0.2.10,
-  the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.
+    Using the Network Settings for the wired connection, set the IP to 10.0.2.10,
+    the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.
 
-- Disable and remove swap file:
+  - Disable and remove swap file:
 
-  $ sudo swapoff -a
-  $ sudo rm /swapfile
+    $ sudo swapoff -a
+    $ sudo rm /swapfile
 
-  Then you can remove or comment the /swapfile entry in /etc/fstab
+    Then you can remove or comment the /swapfile entry in /etc/fstab
 
-- Install Open SSH Server
-  - Import SSH keys, if any.
+  - Install Open SSH Server
+    - Import SSH keys, if any.
 
-- Restart the VM when the installation is completed.
+  - Restart the VM when the installation is completed.
 
 <h3><u>Upgrade the Ubuntu distribution</u></h3>
 ```bash
-- 
GitLab