# HG changeset patch
# User Oleksandr Gavenko <gavenkoa@gmail.com>
# Date 1652963077 -10800
# Node ID b86cd4fc873ee26aa1c350a025eca425d6c9de49
# Parent  a60864c290cc73a2352a11e978152f84582bcfad
Switching WSL version.

diff -r a60864c290cc -r b86cd4fc873e wsl.rst
--- a/wsl.rst	Wed May 18 16:28:14 2022 +0300
+++ b/wsl.rst	Thu May 19 15:24:37 2022 +0300
@@ -15,6 +15,9 @@
 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
   Automatically Configuring WSL.
 
+https://github.com/sirredbeard/Awesome-WSL
+  Awesome list dedicated to Windows Subsystem for Linux.
+
 wsl utility
 ===========
 
@@ -92,3 +95,14 @@
 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
   ``/etc/wsl.conf`` configuration options.
 
+Switching WSL version
+=====================
+
+Set default version for new containers::
+
+  wsl --set-default-version 1
+
+Convert a specific distro to WSL v1::
+
+  wsl --set-version Debian 1
+