mirror of
https://github.com/budtmo/docker-android.git
synced 2026-06-05 21:06:44 +08:00
Fix typo in WSL configuration file name (#531)
There is no documentation that file `/etc/wsl2.conf` does exist. According to Microsoft documentation, it is called `/etc/wsl.conf`. See https://learn.microsoft.com/en-us/windows/wsl/wsl-config for reference.
This commit is contained in:
parent
f2a418d712
commit
2a12e66077
@ -96,7 +96,7 @@ Credit goes to [Guillaume - The Parallel Interface blog](https://www.paralint.co
|
||||
sudo usermod -a -G kvm ${USER}
|
||||
```
|
||||
|
||||
2. Add necessary flags to `/etc/wsl2.conf` to their respective sections.
|
||||
2. Add necessary flags to `/etc/wsl.conf` to their respective sections.
|
||||
```
|
||||
[boot]
|
||||
command = /bin/bash -c 'chown -v root:kvm /dev/kvm && chmod 660 /dev/kvm'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user