From ca578eea8a400d6d7c668cb378240a6ad19eeb02 Mon Sep 17 00:00:00 2001 From: Osama Albahrani Date: Oct 27 2025 16:25:11 +0000 Subject: wsl.adoc: Clarify vim is vi - Fixes https://pagure.io/fedora-kiwi-descriptions/issue/223 --- diff --git a/modules/ROOT/pages/wsl.adoc b/modules/ROOT/pages/wsl.adoc index 0ed4bdf..bea2d6f 100644 --- a/modules/ROOT/pages/wsl.adoc +++ b/modules/ROOT/pages/wsl.adoc @@ -5,7 +5,7 @@ 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 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. +The Fedora WSL image is similar to the cloud and container images, but some developer-focused packages such as manual pages, wget, and vim (as `vi`) 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