Skip to content

Commit fe5604b

Browse files
Merge pull request #2322 from MicrosoftDocs/craigloewen-msft-patch-1
Clarify requirements for adding WSL distributions
2 parents 6f838f1 + 8e7d98d commit fe5604b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WSL/build-custom-distro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build a Custom Linux Distro for WSL - Windows
33
description: Learn how to create a custom Linux distribution for Windows Subsystem for Linux.
4-
ms.date: 02/05/2025
4+
ms.date: 09/12/2025
55
ms.topic: how-to
66
---
77

@@ -263,9 +263,9 @@ wsl --install my-distro-v2 # Installs 'my-distro-v2' explicitly
263263

264264
## Adding your distribution to `wsl --install` for all WSL users
265265

266-
To make your WSL distribution available to all users, open a pull request on the [WSL GitHub repository](https://github.com/microsoft/WSL) that modifies the [DistributionInfo.json](https://github.com/microsoft/WSL/blob/master/distributions/DistributionInfo.json) file to include your distribution information.
266+
In order for your distribution to be included in the list for the command: `wsl --list --online`, the distribution must meet the [Membership criteria](https://oss-security.openwall.org/wiki/mailing-lists/distros#membership-criteria) outlined in the distribution mailing list. This ensures that all listed distributions adhere to the necessary security standards.
267267

268-
This pull request will be reviewed by the WSL team.
268+
If your distribution meets the criteria and you would like to add it to the `--install` list, submit a pull request on the WSL GitHub repository (https://github.com/microsoft/WSL) that updates the [DistributionInfo.json file](https://github.com/microsoft/WSL/blob/master/distributions/DistributionInfo.json) with your distribution's details. This pull request will be reviewed by the WSL team.
269269

270270
## Adding your distribution to `wsl --install` for your enterprise or business group
271271

0 commit comments

Comments
 (0)