From 6ee9464b9a351f39f704dd39583c981e396c8359 Mon Sep 17 00:00:00 2001 From: Gregory Lee Bartholomew Date: Oct 29 2025 17:34:45 +0000 Subject: Update modules/ROOT/pages/wsl.adoc The file extension was changed from .tar.xz to .wsl with the Fedora Linux 43 release. --- diff --git a/modules/ROOT/pages/wsl.adoc b/modules/ROOT/pages/wsl.adoc index bea2d6f..a3e1235 100644 --- a/modules/ROOT/pages/wsl.adoc +++ b/modules/ROOT/pages/wsl.adoc @@ -75,12 +75,12 @@ on the version. *For WSL versions 2.4.4+:* -. From the command line, install the tarball with `wsl --install --from-file .\path\to\Fedora.tar.xz` +. From the command line, install the tarball with `wsl --install --from-file .\path\to\Fedora.wsl` [source] ---- -wsl --install --from-file .\Fedora-WSL-Base-42.20250204.2206.x86_64.tar.xz -Installing: .\Fedora-WSL-Base-42.20250204.2206.x86_64.tar.xz +wsl --install --from-file .\Fedora-WSL-Base-43-1.6.x86_64.wsl +Installing: .\Fedora-WSL-Base-43-1.6.x86_64.wsl Distribution successfully installed. It can be launched via 'wsl.exe -d Fedora' ----