Skip to content

Commit a8a91e1

Browse files
authored
Improve Root on ZFS (#518)
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.
1 parent 9d3ced5 commit a8a91e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Getting Started/RHEL-based distro/Root on ZFS.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ System Configuration
382382

383383
.. code-block:: sh
384384
385-
dnf -y install --allowerasing @core kernel-core
385+
dnf -y install --allowerasing @core kernel-core kernel-modules
386386
387387
.. ifconfig:: zfs_root_test
388388

@@ -457,7 +457,7 @@ Bootloader
457457

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

462462
dnf install -y unzip
463463
unzip refind.zip

0 commit comments

Comments
 (0)