Skip to content

Commit 3b36f46

Browse files
authored
Merge branch 'master' into patch-2
2 parents 1a5ce77 + 35c5c93 commit 3b36f46

37 files changed

Lines changed: 589 additions & 371 deletions

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@
2929
"source_path": "wsl/wsl2-install.md",
3030
"redirect_url": "install-win10",
3131
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "wsl/wsl2-about.md",
35+
"redirect_url": "compare-versions#whats-new-in-wsl-2",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "wsl/wsl2-kernel.md",
40+
"redirect_url": "install-win10#step-4---download-the-linux-kernel-update-package",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path": "wsl/wsl2-index.md",
45+
"redirect_url": "compare-versions#whats-new-in-wsl-2",
46+
"redirect_document_id": false
3247
}
3348
]
3449
}

WSL/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About Windows Subsystem for Linux
3-
description: Learn about the Windows Subsystem for Linux, the different versions and ways you can use them.
3+
description: Learn about the Windows Subsystem for Linux, including the different versions and ways you can use them.
44
keywords: BashOnWindows, bash, wsl, windows, windowssubsystem, gnu, linux
55
ms.date: 07/21/2020
66
ms.topic: article
@@ -20,7 +20,7 @@ You can:
2020
* Tools: vim, emacs, tmux
2121
* Languages: [NodeJS](https://docs.microsoft.com/windows/nodejs/setup-on-wsl2), Javascript, [Python](https://docs.microsoft.com/windows/python/web-frameworks), Ruby, C/C++, C# & F#, Rust, Go, etc.
2222
* Services: SSHD, [MySQL](./tutorials/wsl-database.md), Apache, lighttpd, [MongoDB](./tutorials/wsl-database.md), [PostgreSQL](./tutorials/wsl-database.md).
23-
* Install additional software using own GNU/Linux distribution package manager.
23+
* Install additional software using your own GNU/Linux distribution package manager.
2424
* Invoke Windows applications using a Unix-like command-line shell.
2525
* Invoke GNU/Linux applications on Windows.
2626

@@ -67,6 +67,6 @@ Individual Linux distributions can be run with either the WSL 1 or WSL 2 archite
6767

6868
* [Reference WSL commands](./reference.md)
6969

70-
* [Build a custom distributions](./build-custom-distro.md)
70+
* [Build custom distributions](./build-custom-distro.md)
7171

7272
* [Read the WSL Release Notes](./release-notes.md)

WSL/build-custom-distro.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,43 @@
22
title: Build a Custom Linux Distro for WSL
33
description: Learn how to create a custom Linux distribution for Windows Subsystem for Linux.
44
keywords: BashOnWindows, bash, wsl, windows, windows subsystem, distro, custom
5-
ms.date: 03/27/2018
5+
ms.date: 09/15/2020
66
ms.topic: article
7-
ms.assetid: a5095219-0c82-4ce5-9a6d-5c2fc00835a3
8-
ms.custom: seodec18
97
---
108

11-
# Creating a Custom Linux Distro for WSL
9+
# Creating a Custom Linux Distribution for WSL
1210

1311
Use our open source WSL sample to build WSL distro packages for the Microsoft Store and/or to create custom Linux distro packages for sideloading. You can find the [distro launcher repo](https://github.com/Microsoft/WSL-DistroLauncher) on GitHub.
1412

1513
This project enables:
16-
* Linux distribution maintainers to package and submit a Linux distribution as an appx that runs on WSL
17-
* Developers to create custom Linux distributions that can be sideloaded onto their dev machine
14+
15+
- Linux distribution maintainers to package and submit a Linux distribution as an appx that runs on WSL
16+
- Developers to create custom Linux distributions that can be sideloaded onto their dev machine
1817

1918
## Background
19+
2020
We distribute Linux distros for WSL as UWP applications through the Microsoft Store. You can install those applications that will then run on WSL - the subsystem that sits in the Windows kernel. This delivery mechanism has many benefits as discussed in an [earlier blog post](https://blogs.msdn.microsoft.com/commandline/2017/07/10/ubuntu-now-available-from-the-windows-store/).
2121

2222
## Sideloading a Custom Linux Distro Package
23+
2324
You can create a custom Linux distro package as an application to sideload on your personal machine. Please note that your custom package would not be distributed through the Microsoft Store unless you submit as a distribution maintainer.
2425
To set up your machine to sideload apps, you will need to enable this in the system settings under “For Developers”. Be sure to either have developer mode, or sideload apps selected
2526

2627
## For Linux Distro Maintainers
28+
2729
To submit to the Store, you will need to work with us to receive publishing approval. If you are a Linux distribution owner interested in adding your distribution to the Microsoft Store, please contact [email protected].
2830

2931
## Getting Started
32+
3033
Follow the instructions on the [Distro Launcher GitHub repo](https://github.com/Microsoft/WSL-DistroLauncher) to create a custom Linux distro package.
3134

32-
3335
## Team Blogs
34-
* [Open Sourcing a WSL Sample for Linux Distribution Maintainers and Sideloading Custom Linux Distributions](https://blogs.msdn.microsoft.com/commandline/2018/03/26/wsl-distro-launcher/)
35-
* [Command-Line blog](https://blogs.msdn.microsoft.com/commandline/)
36+
37+
- [Open Sourcing a WSL Sample for Linux Distribution Maintainers and Sideloading Custom Linux Distributions](https://blogs.msdn.microsoft.com/commandline/2018/03/26/wsl-distro-launcher/)
38+
- [Command-Line blog](https://blogs.msdn.microsoft.com/commandline/)
3639

3740
## Provide Feedback
38-
* [Distro Launcher GitHub repo](https://github.com/Microsoft/WSL-DistroLauncher)
39-
* [GitHub issue tracker for WSL](https://github.com/Microsoft/BashOnWindows/issues)
40-
* [Command-line UserVoice portal](https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/category/161892-bash)
41+
42+
- [Distro Launcher GitHub repo](https://github.com/Microsoft/WSL-DistroLauncher)
43+
- [GitHub issue tracker for WSL](https://github.com/Microsoft/BashOnWindows/issues)
44+
- [Command-line UserVoice portal](https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/category/161892-bash)

0 commit comments

Comments
 (0)