Fix DKMS instructions
parent
39ca31df7d
commit
bc9c1c4975
|
@ -74,21 +74,21 @@ Install the spl packages. They are required dependencies to build zfs in the ne
|
|||
For RHEL, Centos and Fedora:
|
||||
|
||||
```
|
||||
$ sudo yum localinstall *.<arch>.rpm
|
||||
$ sudo yum localinstall *.$(uname -p).rpm *.noarch.rpm
|
||||
```
|
||||
|
||||
Next change to the zfs directory and repeat the same process.
|
||||
|
||||
```
|
||||
$ cd ../zfs
|
||||
$ ./configure
|
||||
$ ./configure --with-config=srpm
|
||||
$ make pkg-utils rpm-dkms
|
||||
```
|
||||
|
||||
For RHEL, Centos and Fedora:
|
||||
|
||||
```
|
||||
$ sudo yum localinstall *.<arch>.rpm
|
||||
$ sudo yum localinstall *.$(uname -p).rpm *.noarch.rpm
|
||||
```
|
||||
|
||||
## kmod (rpm and deb)
|
||||
|
|
Loading…
Reference in New Issue