Skip to content

Commit

Permalink
Fix the Fedora installation guide formatting (#515)
Browse files Browse the repository at this point in the history
The first missing line was generating a build warning for me even though
I think it's been rendering fine::

    ~/projects/openzfs-docs/docs% make html
    Running Sphinx v7.3.7
    building [mo]: targets for 0 po files that are out of date
    writing output...
    building [html]: targets for 564 source files that are out of date
    updating environment: [new config] 564 added, 0 changed, 0 removed
    reading sources... [100%] msg/index
    /Users/user/projects/openzfs-docs/docs/Getting Started/Fedora/index.rst:71: ERROR: Unexpected indentation.
    (...)

The second missing line was actually making the "dns update ..." part
not render as intended.
  • Loading branch information
jstasiak authored Jul 9, 2024
1 parent 60c078f commit 4281e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Getting Started/Fedora/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ see below.

#. 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 4281e3a

Please sign in to comment.