Updated RHEL and CentOS (markdown)

Brian Behlendorf 2018-02-01 10:14:34 -08:00
parent 9cc4e10f3d
commit 53f54942a6
1 changed files with 1 additions and 1 deletions

@ -71,7 +71,7 @@ When updating to a new RHEL/CentOS 7.x release the existing kmod packages will n
$ sudo yum remove zfs zfs-kmod spl spl-kmod libzfs2 libnvpair1 libuutil1 libzpool2 zfs-release
$ sudo yum install http://download.zfsonlinux.org/epel/zfs-release.el7_4.noarch.rpm
$ sudo yum autoremove
$ sudo yum clean metadata #manual zfs repository update, otherwise you won't see new packages
$ sudo yum clean metadata
$ sudo yum install zfs
```