From 8d67850ae187a7250c1aaa51e3147314b996cd24 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 13 May 2016 10:18:15 -0700 Subject: [PATCH] Updated Fedora (markdown) --- Fedora.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fedora.md b/Fedora.md index 4622521..310d2fd 100644 --- a/Fedora.md +++ b/Fedora.md @@ -33,13 +33,13 @@ pub 2048R/F14AB620 2013-03-21 ZFS on Linux The ZFS on Linux packages can now be installed with dnf on Fedora 22 and newer and yum on previous Fedora releases. Note that it is important to make sure that the matching *kernel-devel* package is installed for the running kernel since DKMS requires it to build ZFS. -Fedora 22 and newer: +Fedora 22, 23: ``` $ sudo dnf install kernel-devel zfs ``` -Fedora 21 and older: +Fedora 21: ``` $ sudo yum install kernel-devel zfs