You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WSL/release-notes.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,14 @@ ms.localizationpriority: high
13
13
## Build 21286
14
14
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/).
15
15
16
-
* Added a boot.command option to /etc/wsl.conf to enable start up commands.
17
16
* Introduce wsl.exe --cd command to set current working directory of a command.
18
17
* Improve mapping of NTSTATUS to Linux error codes. [GH 6063]
19
18
* 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
+
```
20
24
21
25
## Build 20226
22
26
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