Fix DKMS instructions

Tony Hutter 2017-09-20 15:15:58 -07:00
parent 39ca31df7d
commit bc9c1c4975
1 changed files with 3 additions and 3 deletions

@ -74,21 +74,21 @@ Install the spl packages. They are required dependencies to build zfs in the ne
For RHEL, Centos and Fedora: 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. Next change to the zfs directory and repeat the same process.
``` ```
$ cd ../zfs $ cd ../zfs
$ ./configure $ ./configure --with-config=srpm
$ make pkg-utils rpm-dkms $ make pkg-utils rpm-dkms
``` ```
For RHEL, Centos and Fedora: For RHEL, Centos and Fedora:
``` ```
$ sudo yum localinstall *.<arch>.rpm $ sudo yum localinstall *.$(uname -p).rpm *.noarch.rpm
``` ```
## kmod (rpm and deb) ## kmod (rpm and deb)