-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
WSL path not always starting with /mnt #9594
Conversation
Thank you for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason this script's mode was changed from 755 to 644 (i.e. no longer executable) -- that'll need to be fixed too.
Co-authored-by: Nick Brassel <[email protected]>
Thank you for your contribution! |
Thanks for your contribution! I'm closing this PR as it has been rendered obsolete by the removal of wsl_install.sh in #10593 - installation under WSL is now treated as a normal Linux install, with a notice at the end that you should install the QMK Toolbox and map the WSL filesystem to a network drive in order to flash. This is hopefully a temporary measure, until WSL gets proper USB support. |
Description
The windows filesystem inside wsl is not always mounted on /mnt, as it can be changed by the user. see the key
root
on theautomount
section in the wsl docsTypes of Changes
Issues Fixed or Closed by This PR
Checklist