RHEL: upgrade to 8.5; Fedora: upgrade to 35

RHEL/Fedora: add link to list of repositories

Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
Maurice Zhou
2021-12-23 10:03:36 +01:00
committed by George Melikov
parent d1fe488e56
commit 4a74c075b9
5 changed files with 11 additions and 8 deletions

View File

@@ -7,11 +7,11 @@ Preparation
:local:
#. Disable Secure Boot. ZFS modules can not be loaded if Secure Boot is enabled.
#. Download a variant of Fedora 34 live image
#. Download a variant of Fedora 35 live image
and boot from it.
- `Fedora Workstation (GNOME) <https://download.fedoraproject.org/pub/fedora/linux/releases/34/Workstation/x86_64/iso/>`__
- `Fedora Spins (Xfce, i3, ...) <https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/x86_64/iso/>`__
- `Fedora Workstation (GNOME) <https://download.fedoraproject.org/pub/fedora/linux/releases/35/Workstation/x86_64/iso/>`__
- `Fedora Spins (Xfce, i3, ...) <https://download.fedoraproject.org/pub/fedora/linux/releases/35/Spins/x86_64/iso/>`__
#. Set root password or ``/root/.ssh/authorized_keys``.
#. Start SSH server::
@@ -56,7 +56,7 @@ Preparation
#. Target Fedora version::
INST_FEDORA_VER='34'
INST_FEDORA_VER='35'
#. Unique pool suffix. ZFS expects pool names to be
unique, therefore it's recommended to create

View File

@@ -26,6 +26,8 @@ see below.
dnf install -y https://zfsonlinux.org/fedora/zfs-release$(rpm -E %dist).noarch.rpm
List of repos is available `here <https://github.com/zfsonlinux/zfsonlinux.github.com/tree/master/fedora>`__.
#. Install kernel headers::
dnf install -y kernel-devel