From 595f4a88e7d55ab933dc333591077ba648b38e57 Mon Sep 17 00:00:00 2001 From: Patrick Lang Date: Apr 16 2025 03:23:46 +0000 Subject: [PATCH 1/2] Fix some adoc hyperlinks --- diff --git a/modules/ROOT/pages/wsl.adoc b/modules/ROOT/pages/wsl.adoc index ec28c26..06e1875 100644 --- a/modules/ROOT/pages/wsl.adoc +++ b/modules/ROOT/pages/wsl.adoc @@ -5,12 +5,12 @@ Fedora 42 introduced a new image for use with https://learn.microsoft.com/en-us/ Multiple distributions may be run side by side in different namespaces, sharing the same kernel. Conceptually, the workflow is similar to a container, but it has been optimized to support an interactive Linux development & testing. WSL manages a lightweight VM with Wayland, PulseAudio, and some extra filesystem mounts provided. The user's choice of distro, such as Fedora, is run in an isolated namespace with its own root image. Filesystem state, including the root filesystem and home directories are also preserved between uses. -The Fedora changes are fully described at [[Changes/FedoraWSL]]. It is similar to the cloud and container images, but some developer-focused packages such as manual pages, wget, and vim have been preinstalled. Some changes specific to WSL for X11 and Wayland compatibility have also been preconfigured. +The Fedora WSL image is similar to the cloud and container images, but some developer-focused packages such as manual pages, wget, and vim have been preinstalled. Some changes specific to WSL for X11 and Wayland compatibility have also been preconfigured. The https://fedoraproject.org/wiki/Changes/FedoraWSL[Fedora 42 change proposal] provides some more background information as well. == Prerequisites -* Windows 11 (recommended), amd64 or arm64. Windows 10 may work, but is not a focus as it will be [https://www.microsoft.com/en-us/windows/end-of-support end-of-life soon] +* Windows 11 (recommended), amd64 or arm64. Windows 10 may work, but is not a focus as it will be https://www.microsoft.com/en-us/windows/end-of-support[end-of-life soon] * Virtualization extensions must be available. If you are testing in a VM - be sure this is enabled in your VM settings. Some cloud services restrict this to specific instance types. From 7094da411bd9c61dffe45dffb24294ed5affc26f Mon Sep 17 00:00:00 2001 From: Patrick Lang Date: Apr 16 2025 03:32:29 +0000 Subject: [PATCH 2/2] Update downloads to F42 release from beta --- diff --git a/modules/ROOT/pages/wsl.adoc b/modules/ROOT/pages/wsl.adoc index 06e1875..8c89c76 100644 --- a/modules/ROOT/pages/wsl.adoc +++ b/modules/ROOT/pages/wsl.adoc @@ -49,9 +49,9 @@ After rebooting, you can proceed to the next section to install Fedora as a dist ==== Downloading the Fedora WSL tarball -The latest build for Fedora 42 beta may be fetched from https://download.fedoraproject.org/pub/fedora/linux/releases/test/42_Beta/Container/[download.fedoraproject.org] for: -- https://download.fedoraproject.org/pub/fedora/linux/releases/test/42_Beta/Container/x86_64/images/Fedora-WSL-Base-42_Beta-1.4.x86_64.tar.xz[amd64], https://download.fedoraproject.org/pub/fedora/linux/releases/test/42_Beta/Container/x86_64/images/Fedora-Container-images-42_Beta-1.4-x86_64-CHECKSUM[CHECKSUM] -- https://download.fedoraproject.org/pub/fedora/linux/releases/test/42_Beta/Container/aarch64/images/Fedora-WSL-Base-42_Beta-1.4.aarch64.tar.xz[aarch64], https://download.fedoraproject.org/pub/fedora/linux/releases/test/42_Beta/Container/aarch64/images/Fedora-Container-images-42_Beta-1.4-aarch64-CHECKSUM[CHECKSUM] +The latest build for Fedora 42 beta may be fetched from https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/[download.fedoraproject.org] for: +- https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/x86_64/images/Fedora-WSL-Base-42-1.1.x86_64.tar.xz[amd64], https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/x86_64/images/Fedora-Container-42-1.1-x86_64-CHECKSUM[CHECKSUM] +- https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/aarch64/images/Fedora-WSL-Base-42-1.1.aarch64.tar.xz[amd64], https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/aarch64/images/Fedora-Container-42-1.1-aarch64-CHECKSUM[CHECKSUM] Checksums may be verified using the same steps used to validate other Fedora images as described at https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/#sect-verifying-images[Verifying checksums on Windows systems].