diff --git a/Custom-Packages.md b/Custom-Packages.md index e6bffc3..65d50ff 100644 --- a/Custom-Packages.md +++ b/Custom-Packages.md @@ -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 *..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 *..rpm +$ sudo yum localinstall *.$(uname -p).rpm *.noarch.rpm ``` ## kmod (rpm and deb)