Created
April 23, 2018 00:40
-
-
Save kuttor/df3f435c27c43360065311fe8a6db5cf to your computer and use it in GitHub Desktop.
wsl config file /etc/wsl.conf
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
[automount] | |
enabled = true | |
root = /mnt/ | |
options = "metadata,umask=22,fmask=11" | |
mountFsTab = false | |
[network] | |
generateHosts = true | |
generateResolvConf = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what is the way to change this.. so that this issue can be resolved microsoft/WSL#6749