This commit is contained in:
D1StrX 2021-12-24 19:16:39 +01:00
parent cdf105ee39
commit 9c162650c6
1 changed files with 5 additions and 3 deletions

View File

@ -59,18 +59,20 @@ Alright, you have chosen your driver. Let's start by configuring the prerequisit
You can choose to use either NFS or iSCSI or both. You can choose to use either NFS or iSCSI or both.
### **NFS configuration** ### **NFS configuration**
**RHEL / CentOS** ___
 **RHEL / CentOS**
``` ```
sudo yum install -y nfs-utils sudo yum install -y nfs-utils
``` ```
___
**Ubuntu / Debian**  **Ubuntu / Debian**
``` ```
sudo apt-get install -y nfs-common sudo apt-get install -y nfs-common
``` ```
<br/> <br/>
### **iSCSI configuration** ### **iSCSI configuration**
___
&ensp;**RHEL / CentOS** &ensp;**RHEL / CentOS**
&ensp;Install the following system packages: &ensp;Install the following system packages:
``` ```