Update 'README.md'
Removed unneccessary lines about editing wsl config
This commit is contained in:
16
README.md
16
README.md
@@ -19,22 +19,6 @@ After successfuly entered, prepare the linux system, add a new user via usermod
|
|||||||
usermod -aG sudo <user>
|
usermod -aG sudo <user>
|
||||||
```
|
```
|
||||||
|
|
||||||
Not important, but it is needed any command line editor for example vim.
|
|
||||||
```
|
|
||||||
apt-get install vim
|
|
||||||
```
|
|
||||||
|
|
||||||
Then edit the wsl.conf file:
|
|
||||||
```
|
|
||||||
vim /etc/wsl.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
Please add this lines:
|
|
||||||
```
|
|
||||||
[boot]
|
|
||||||
systemd=true
|
|
||||||
```
|
|
||||||
|
|
||||||
Then type logout and restart the wsl system by command:
|
Then type logout and restart the wsl system by command:
|
||||||
```
|
```
|
||||||
wsl --shutdown -d Debian
|
wsl --shutdown -d Debian
|
||||||
|
Reference in New Issue
Block a user