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.
### **NFS configuration**
**RHEL / CentOS**
___
 **RHEL / CentOS**
```
sudo yum install -y nfs-utils
```
**Ubuntu / Debian**
___
 **Ubuntu / Debian**
```
sudo apt-get install -y nfs-common
```
<br/>
### **iSCSI configuration**
___
&ensp;**RHEL / CentOS**
&ensp;Install the following system packages:
```