Skip to content

Commit

Permalink
Merge branch 'live' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwojo authored Feb 5, 2025
2 parents 17dbd9e + 78b0526 commit 5acf1af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WSL/build-custom-distro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Build a Custom Linux Distro for WSL - Windows
description: Learn how to create a custom Linux distribution for Windows Subsystem for Linux.
ms.date: 11/19/2024
ms.date: 02/05/2025
ms.topic: article
---

Expand Down Expand Up @@ -68,6 +68,7 @@ WSL distribution file configuration options:
| `shortcut.enabled` | boolean | true | Whether a start menu shortcut should be created when the distribution is installed. |
| `windowsterminal.profileTemplate` | string | `<none>` | The JSON template to generate a Windows Terminal profile for this distribution. |
| `windowsterminal.enabled` | boolean | true | Whether a terminal profile should be created when the distribution is installed. If `profileTemplate` is not set, a default profile will be generated. |
| `windowsterminal.profileTemplate` | string | Path to a terminal template file | The JSON template to generate a Windows Terminal profile for this distribution. |

You need to create an out of box experience (OOBE) first run experience for the distribution. Below is a sample bash script that you can use. This script assumes that `oobe.defaultUid` is set to `1000`:

Expand Down
3 changes: 3 additions & 0 deletions WSL/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"VSC-Service-Account"
]
},
"contributors_to_exclude": [
"VSC-Service-Account"
],
"fileMetadata": {},
"template": [],
"dest": "wsl",
Expand Down

0 comments on commit 5acf1af

Please sign in to comment.