Skip to content

Commit e2659c2

Browse files
author
Ben Hillis
committed
Modify /etc/wsl.conf boot command format
1 parent 6d964ee commit e2659c2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

WSL/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ ms.localizationpriority: high
1313
## Build 21286
1414
For general Windows information on build 21286 visit the [Windows blog](https://blogs.windows.com/windows-insider/2021/01/06/announcing-windows-10-insider-preview-build-21286/).
1515

16-
* Added a boot.command option to /etc/wsl.conf to enable start up commands.
1716
* Introduce wsl.exe --cd command to set current working directory of a command.
1817
* Improve mapping of NTSTATUS to Linux error codes. [GH 6063]
1918
* Improve wsl.exe --mount error reporting.
19+
* Added an option to /etc/wsl.conf to enable start up commands:
20+
```
21+
[boot]
22+
command=<string>
23+
```
2024

2125
## Build 20226
2226
For general Windows information on build 20226 visit the [Windows blog](https://blogs.windows.com/windows-insider/2020/09/10/announcing-windows-10-insider-preview-build-20226/).

0 commit comments

Comments
 (0)