Skip to content

Commit 2a12e66

Browse files
authored
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.
1 parent f2a418d commit 2a12e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Credit goes to [Guillaume - The Parallel Interface blog](https://www.paralint.co
9696
sudo usermod -a -G kvm ${USER}
9797
```
9898
99-
2. Add necessary flags to `/etc/wsl2.conf` to their respective sections.
99+
2. Add necessary flags to `/etc/wsl.conf` to their respective sections.
100100
```
101101
[boot]
102102
command = /bin/bash -c 'chown -v root:kvm /dev/kvm && chmod 660 /dev/kvm'

0 commit comments

Comments
 (0)