From 79a820639aa6cf566b261b7ec8acdc853f5ecffd Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 28 Jul 2016 16:29:58 -0700 Subject: [PATCH] Updated Fedora (markdown) --- Fedora.md | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/Fedora.md b/Fedora.md index 310d2fd..d7bda16 100644 --- a/Fedora.md +++ b/Fedora.md @@ -1,30 +1,20 @@ Only [DKMS][dkms] style packages can be provided for Fedora from the official zfsonlinux.org repository. This is because Fedora is a fast moving distribution which does not provide a stable kABI. These packages track the official ZFS on Linux tags and are updated as new versions are released. Packages are available for the following configurations: -**Fedora Releases:** 21, 22, 23 +**Fedora Releases:** 22, 23, 24 **Architectures:** x86_64 To simplify installation a zfs-release package is provided which includes a zfs.repo configuration file and the ZFS on Linux public signing key. All official ZFS on Linux packages are signed using this key, and by default both yum and dnf will verify a package's signature before allowing it be to installed. Users are strongly encouraged to verify the authenticity of the ZFS on Linux public key using the fingerprint listed here. **Location:** /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux -**Fedora 21 Package:** http://archive.zfsonlinux.org/fedora/zfs-release.fc21.noarch.rpm **Fedora 22 Package:** http://archive.zfsonlinux.org/fedora/zfs-release.fc22.noarch.rpm **Fedora 23 Package:** http://archive.zfsonlinux.org/fedora/zfs-release.fc23.noarch.rpm +**Fedora 24 Package:** http://archive.zfsonlinux.org/fedora/zfs-release.fc24.noarch.rpm **Download from:** [pgp.mit.edu][pubkey] **Fingerprint:** C93A FFFD 9F3F 7B03 C310 CEB6 A9D5 A1C0 F14A B620 -Fedora 22, 23: - ``` $ sudo dnf install --nogpgcheck http://archive.zfsonlinux.org/fedora/zfs-release$(rpm -E %dist).noarch.rpm -``` -Fedora 21: - -``` -$ sudo yum localinstall --nogpgcheck http://archive.zfsonlinux.org/fedora/zfs-release$(rpm -E %dist).noarch.rpm -``` - -``` $ gpg --quiet --with-fingerprint /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux pub 2048R/F14AB620 2013-03-21 ZFS on Linux Key fingerprint = C93A FFFD 9F3F 7B03 C310 CEB6 A9D5 A1C0 F14A B620 @@ -33,34 +23,17 @@ 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, 23: - ``` $ sudo dnf install kernel-devel zfs ``` -Fedora 21: - -``` -$ sudo yum install kernel-devel zfs -``` - ## Testing Repositories In addition to the primary *zfs* repository a *zfs-testing* repository is available. This repository, which is disabled by default, contains the latest version of ZFS on Linux which is under active development. These packages are made available in order to get feedback from users regarding the functionality and stability of upcoming releases. These packages **should not** be used on production systems. Packages from the testing repository can be installed as follows. -Fedora 22 and newer: - ``` $ sudo dnf --enablerepo=zfs-testing install kernel-devel zfs ``` - -Fedora 21 and older: - -``` -$ sudo yum --enablerepo=zfs-testing install kernel-devel zfs -``` - [dkms]: https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support [pubkey]: http://pgp.mit.edu/pks/lookup?search=0xF14AB620&op=index&fingerprint=on \ No newline at end of file