Skip to content

Commit

Permalink
docs/guides/fedora: update to Workstation 40
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a6e7dc)
  • Loading branch information
kbknapp authored and zdykstra committed May 13, 2024
1 parent c10550f commit 3bf1fc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/fedora/_include/live-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/fedora/_include/zfs-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/fedora/uefi.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Workstation 39 UEFI
Workstation 40 UEFI
===================

.. |distribution| replace:: fedora
Expand All @@ -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
Expand Down

0 comments on commit 3bf1fc1

Please sign in to comment.