From a8a91e1f6de3b5434e7b80b93301a6828d5dce15 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Thu, 8 Aug 2024 11:58:51 +0200 Subject: [PATCH] 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. --- docs/Getting Started/RHEL-based distro/Root on ZFS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/RHEL-based distro/Root on ZFS.rst b/docs/Getting Started/RHEL-based distro/Root on ZFS.rst index a926f98ba..eb6810589 100644 --- a/docs/Getting Started/RHEL-based distro/Root on ZFS.rst +++ b/docs/Getting Started/RHEL-based distro/Root on ZFS.rst @@ -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 @@ -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