Skip to content

Commit

Permalink
Improve Root on ZFS (#518)
Browse files Browse the repository at this point in the history
The installed base system is missing kernel modules that would otherwise be installed in a regular Rocky installation, especially network drivers, leaving the resulting system in a hard-to-use state.

Additionally, we shouldn't use HTTP to download a file without checking its integrity.
  • Loading branch information
upsj authored Aug 8, 2024
1 parent 9d3ced5 commit a8a91e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Getting Started/RHEL-based distro/Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ System Configuration

.. code-block:: sh
dnf -y install --allowerasing @core kernel-core
dnf -y install --allowerasing @core kernel-core kernel-modules
.. ifconfig:: zfs_root_test

Expand Down Expand Up @@ -457,7 +457,7 @@ Bootloader

# from http://www.rodsbooks.com/refind/getting.html
# use Binary Zip File option
curl -L http://sourceforge.net/projects/refind/files/0.14.0.2/refind-bin-0.14.0.2.zip/download --output refind.zip
curl -L https://sourceforge.net/projects/refind/files/0.14.0.2/refind-bin-0.14.0.2.zip/download --output refind.zip

dnf install -y unzip
unzip refind.zip
Expand Down

0 comments on commit a8a91e1

Please sign in to comment.