Conversation
Corrected note about conversion-time of WSL-upgrade, which was placed in the wrong section. Solves #1042
|
Docs Build status updates of commit 6d964ee:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| WSL/compare-versions.md | Details | ||
| WSL/index.md | Details | ||
| WSL/install-manual.md | ✅Succeeded | ||
| WSL/install-win10.md | ✅Succeeded | ||
| WSL/release-notes.md | ✅Succeeded |
WSL/compare-versions.md
- Line 63, Column 3: [Warning-bookmark-not-found]
Cannot find bookmark '#step-2--check-requirements-for-running-wsl-2' in 'install-win10.md', did you mean '#step-2---check-requirements-for-running-wsl-2'?
WSL/index.md
- Line 27, Column 3: [Warning-bookmark-not-found]
Cannot find bookmark '#step-2--check-requirements-for-running-wsl-2' in 'install-win10.md', did you mean '#step-2---check-requirements-for-running-wsl-2'?
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
| ## Build 21286 | ||
| 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/). | ||
|
|
||
| * Added a boot.command option to /etc/wsl.conf to enable start up commands. |
There was a problem hiding this comment.
boot.command syntax may not be familiar to all users. It may be written in ini style. e.g.
[boot]
command="echo hello"There was a problem hiding this comment.
Agreed, I will take a look to see if we can add it to the docs under 'preview' somewhere so users can discover this feature.
No description provided.