-
Notifications
You must be signed in to change notification settings - Fork 602
Update resizing docs for new manage command #2107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Learn Build status updates of commit b09e684: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
craigloewen-msft
approved these changes
Jan 24, 2025
craigloewen-msft
added a commit
that referenced
this pull request
Mar 17, 2025
* Final editorial review update (#2063) Fix oobe delete user path Rename best practices to recommendations Minor writing style updates * Fix backtick in build-custom-distro.md (#2062) * Remove the duplicate `feedback_product_url` value (#2040) * Update troubleshooting.md (#2034) Azure virtual machine does support Nested Virtualization, but cannot use with Trusted Launch. Hence proposing minor correction. * Update networking.md (#2033) Updated that the hostname takes a lowercase -i as the address flag. This can be seen by running hostname --help. also made the "under the hood" section more verbose with the full length ip-address command. * Add the information about the --pre-release option (#2031) * Add note for blocked Microsoft Store (#2030) * Add note for blocked Microsoft Store * Editorial update --------- Co-authored-by: Matt Wojciakowski <[email protected]> * Add rule to ignore service account's contribute (#2039) * Update WSL shutdown instructions for clarity by specifying PowerShell should be run as administrator before executing the shutdown command. (#2028) * Update WSL shutdown instructions for clarity by specifying PowerShell should be run as administrator before executing the shutdown command. * Add Docker Desktop error recommendation --------- Co-authored-by: Matt Wojciakowski <[email protected]> * Fix warnings (#2065) * Fix pytorch directml install command (#2066) Resolves #2044 * Add documentation for shortcut.enabled and windowsterminal.enabled (#2076) * Add documentation for shortcut.enabled and windowsterminal.enabled * Small fixes * chore: update wsl config docs (#2087) WSL default behaviour changed as of May 2024 * Put the whole command in a block (#2071) * Put the whole command in a block Without this change, the command gets inline and breaks at the beginning, confusing the reader, making them think the command begins by route instead of ip * Update WSL/networking.md --------- Co-authored-by: Craig Loewen <[email protected]> * Fix `contributors_to_exclude` did not work (#2068) * make sure the systemd-sysv package is installed (#1996) * make sure the systemd-sysv package is installed * Update WSL/systemd.md --------- Co-authored-by: Craig Loewen <[email protected]> * WSL/wsl-config.md: rewrite lead for clarity (#2021) * WSL/wsl-config.md: rewrite lead for clarity This is a rewrite of the lead section, as I feel the previous one was long-winded yet did not meaningfully summarize the most important points of the article. * Minor changes to this table format update --------- Co-authored-by: Matt Wojciakowski <[email protected]> * Fixed typos (#2092) * Update wsl-database.md (#2096) * Update wsl-database.md Update the Microsoft SQL Server installation link to SQL Server on WSL 2 * Updated to fix link and streamline title. --------- Co-authored-by: Matt Wojciakowski <[email protected]> * Update systemd.md (#2102) * Update systemd.md State that `wsl --version` command could throws an error if outdated and therefore it must be updated to make systemd working on the distribution. * Update formatting --------- Co-authored-by: Matt Wojciakowski <[email protected]> * add section for wsl manage (#2107) * Update disk space expand command format (#2121) * Fix typo in troubleshooting.md (#2114) * Add platform id to feedback template * add kernelModules documentation (#2145) --------- Co-authored-by: Carlos Nihelton <[email protected]> Co-authored-by: Caozhi Li <[email protected]> Co-authored-by: thiruma0203 <[email protected]> Co-authored-by: Horsevad <[email protected]> Co-authored-by: Carlos Rafael Ramirez <[email protected]> Co-authored-by: Chunyao Chan <[email protected]> Co-authored-by: Blue <[email protected]> Co-authored-by: alsi-lawr <[email protected]> Co-authored-by: Craig Loewen <[email protected]> Co-authored-by: Zhoneym <[email protected]> Co-authored-by: multiplealiases <[email protected]> Co-authored-by: Lucas Dondo / Dondi <[email protected]> Co-authored-by: Amit Khandelwal <[email protected]> Co-authored-by: Federico C. <[email protected]> Co-authored-by: justus-camp-microsoft <[email protected]> Co-authored-by: Ally Zhang <[email protected]> Co-authored-by: John Kennedy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a section that utilizes the
wsl --manage
command to resize a hard drive instead of the currently present manual steps.