Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Add optional step to configure Fedora to never remove zfs, even if it means keeping an older kernel

openzfs/zfs#15258
  • Loading branch information
tomchiverton authored Sep 11, 2023
1 parent 24b6ab0 commit 9c57c14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Getting Started/Fedora/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ see below.

echo zfs > /etc/modules-load.d/zfs.conf

#. By default ZFS may be removed by kernel package updates.
To lock the kernel version to only ones supported by ZFS to prevent this::
echo 'zfs' > /etc/dnf/protected.d/zfs.conf

Pending non-kernel updates can still be applied::
dnf update --exclude=kernel*

Testing Repo
--------------------

Expand Down

0 comments on commit 9c57c14

Please sign in to comment.