Skip to content

Commit

Permalink
Update index.rst (#520)
Browse files Browse the repository at this point in the history
Update docs to only install the kernel-devel package that matches the running kernel.  This is specifically needed when running in a live environment where kernel upgrades are not persisted after a reboot.

This was tested with the F40 Workstation installer
  • Loading branch information
reavessm authored Aug 19, 2024
1 parent a8a91e1 commit 2174c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Getting Started/Fedora/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ see below.

#. Install kernel headers::

dnf install -y kernel-devel
dnf install -y kernel-devel-$(uname -r | awk -F'-' '{print $1}')

``kernel-devel`` package must be installed before ``zfs`` package.

Expand Down

0 comments on commit 2174c25

Please sign in to comment.