Difference between revisions of "Wsl"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
```
 
```
 
[user]
 
[user]
default=jebusk
+
default=myuser
 
[automount]
 
[automount]
 
options = "metadata"
 
options = "metadata"

Revision as of 16:07, 25 May 2022

wsl -d ubuntu-20.04 -u myuser -- bash
wsl -d ubuntu-20.04 -- bash

/etc/wsl.conf

[user]
default=myuser
[automount]
options = "metadata"

restart wsl

 wsl --shutdown