docs/guides/fedora: update to Workstation 40

This commit is contained in:
Kevin K. 2024-05-07 08:12:18 -04:00 committed by Zach Dykstra
parent b7124bbd6a
commit 9a6e7dcad7
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ Install updated ZFS packages
rpm -e --nodeps zfs-fuse
dnf config-manager --disable updates
dnf install -y https://zfsonlinux.org/fedora/zfs-release-2-4$(rpm --eval "%{dist}").noarch.rpm
dnf install -y https://zfsonlinux.org/fedora/zfs-release-2-5$(rpm --eval "%{dist}").noarch.rpm
dnf install -y https://dl.fedoraproject.org/pub/fedora/linux/releases/${VERSION_ID}/Everything/x86_64/os/Packages/k/kernel-devel-$(uname -r).rpm
dnf install -y zfs gdisk
modprobe zfs

View File

@ -41,7 +41,7 @@ Install required packages
dnf install -y https://dl.fedoraproject.org/pub/fedora/linux/releases/${VERSION_ID}/Everything/x86_64/os/Packages/k/kernel-devel-$(uname -r).rpm
dnf --releasever=${VERSION_ID} install -y \
https://zfsonlinux.org/fedora/zfs-release-2-4$(rpm --eval "%{dist}").noarch.rpm
https://zfsonlinux.org/fedora/zfs-release-2-5$(rpm --eval "%{dist}").noarch.rpm
dnf install -y zfs zfs-dracut

View File

@ -1,4 +1,4 @@
Workstation 39 UEFI
Workstation 40 UEFI
===================
.. |distribution| replace:: fedora
@ -16,7 +16,7 @@ It assumes the following:
* Your system is x86_64
* You're mildly comfortable with ZFS, EFI and discovering system facts on your own (``lsblk``, ``dmesg``, ``gdisk``, ...)
Download `Fedora Workstation Live <https://download.fedoraproject.org/pub/fedora/linux/releases/39/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-39-1.5.iso>`_
Download `Fedora Workstation Live <https://download.fedoraproject.org/pub/fedora/linux/releases/40/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-40-1.14.iso>`_
, write it to a USB drive and boot your system in EFI mode.
.. include:: ../_include/efi-boot-check.rst