Add dnf remove -y zfs-fuse step to preparation doc
This change makes the preparation document align with the same recommendation in index.rst
This commit is contained in:
committed by
George Melikov
parent
621d45a413
commit
41cdd28cf6
@@ -38,6 +38,10 @@ Preparation
|
|||||||
|
|
||||||
dnf install -y https://zfsonlinux.org/fedora/zfs-release.fc${VERSION_ID}.noarch.rpm
|
dnf install -y https://zfsonlinux.org/fedora/zfs-release.fc${VERSION_ID}.noarch.rpm
|
||||||
|
|
||||||
|
#. If zfs-fuse from official Fedora repo is installed, remove it first. It is not maintained and should not be used under any circumstance::
|
||||||
|
|
||||||
|
dnf remove -y zfs-fuse
|
||||||
|
|
||||||
#. Install ZFS packages::
|
#. Install ZFS packages::
|
||||||
|
|
||||||
dnf install -y zfs
|
dnf install -y zfs
|
||||||
|
|||||||
Reference in New Issue
Block a user