From 7a59c91d17e44c0d60fc8b9b532d056c117e9dd8 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Tue, 19 Nov 2019 09:00:01 -0800 Subject: [PATCH] Add additional Centos 8 packages as reccomended on zfs-discuss --- Custom-Packages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Custom-Packages.md b/Custom-Packages.md index 96d1b9f..af9876c 100644 --- a/Custom-Packages.md +++ b/Custom-Packages.md @@ -35,6 +35,12 @@ $ sudo dnf install python3 python3-devel python3-setuptools python3-cffi # For Red Hat / CentOS 7 $ sudo yum install epel-release $ sudo yum install python36 python36-devel python36-setuptools python36-cffi + +# Additional for CentOS 8 +# Enable PowerTools repository - it is required for device-mapper-devel +$ sudo dnf config-manager --enable PowerTools +# For building kmod packages +$ sudo dnf install kernel-rpm-macros libffi-devel ``` [Get the source code](#get-the-source-code).