From 57fa2654e4a459f9084d096d010fa96f9915d12e Mon Sep 17 00:00:00 2001
From: Lluis Gifre <lluis.gifre@cttc.es>
Date: Tue, 26 Jul 2022 13:19:52 +0000
Subject: [PATCH] Tutorial refinements:

- Minor refinements and styling of VMWare Fusion section.
---
 tutorial/1-0-deployment.md                | 6 +++---
 tutorial/1-1-2-create-vm-vmware-fusion.md | 9 +++------
 tutorial/1-1-create-vm.md                 | 3 ++-
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/tutorial/1-0-deployment.md b/tutorial/1-0-deployment.md
index cdf5cb8f8..6d56808da 100644
--- a/tutorial/1-0-deployment.md
+++ b/tutorial/1-0-deployment.md
@@ -1,8 +1,8 @@
 # 1. Deployment Guide
 
-This section walks you through the process of deploying TeraFlowSDN on top of a Oracle VirtualBox--based VM running
-MicroK8s Kubernetes platform. The guide includes the details on configuring and installing the VM, installing and
-configuring MicroK8s, and deploying and reporting the status of the TeraFlowSDN controller.
+This section walks you through the process of deploying TeraFlowSDN on top of a Virtual Machine (VM) running MicroK8s
+Kubernetes platform. The guide includes the details on configuring and installing the VM, installing and configuring
+MicroK8s, and deploying and reporting the status of the TeraFlowSDN controller.
 
 ## Table of Content:
 - [1.1. Create VM for the TeraFlowSDN controller](./1-1-create-vm.md)
diff --git a/tutorial/1-1-2-create-vm-vmware-fusion.md b/tutorial/1-1-2-create-vm-vmware-fusion.md
index 6691a9198..7147c24af 100644
--- a/tutorial/1-1-2-create-vm-vmware-fusion.md
+++ b/tutorial/1-1-2-create-vm-vmware-fusion.md
@@ -15,12 +15,12 @@ In "VMWare Fusion" manager, create a new network from the "Settings/Network" men
 Create a new VM an Ubuntu 20.04 iso:
 
 - Display Name: TeraFlowSDN
-- Username: teraflowsdn
+- Username: tfs
 - Password: tfs123
 
 On the next screen press "Customize Settings", save the VM and in "Settings" change:
 - Change to use 4 CPUs
-- Change to access 9 GB of RAM
+- Change to access 8 GB of RAM
 - Change disk to size 40 GB
 - Change the network interface to use the previously created TFS-NAT-Net
 
@@ -43,10 +43,7 @@ The installation will be automatic, without any configuration required.
   Then you can remove or comment the /swapfile entry in /etc/fstab
 
 - Install Open SSH Server
-
-  $ sudo apt-get install openssh-server
-
-- Import SSH keys, if any.
+  - Import SSH keys, if any.
 
 - Restart the VM when the installation is completed.
 
diff --git a/tutorial/1-1-create-vm.md b/tutorial/1-1-create-vm.md
index 39c7c7b2e..ce74e6dc6 100644
--- a/tutorial/1-1-create-vm.md
+++ b/tutorial/1-1-create-vm.md
@@ -5,7 +5,8 @@ TeraFlowSDN controller. If you already have a remote physical server fitting the
 feel free to use it instead of deploying a local VM. Other virtualization environments can also be used; in that case,
 you will need to adapt these instructions to your particular case.
 
-Different Hypervisors are considered for that.
+Different Hypervisors are considered for that. Check the table of contents for available options. If you want to
+contribute with other Hypervisors, [contact](./README.md#contact) the TFS team through Slack.
 
 ## Table of Content:
 - [1.1.1. Oracle VirtualBox](./1-1-1-create-vm-oracle-virtualbox.md)
-- 
GitLab