You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -42,15 +50,15 @@ For self-hosting WSLG check use this instructions https://github.com/microsoft/w
42
50
43
51
This will create system distro image`system.vhd`
44
52
45
-
3. Change the system distro:
53
+
4. Change the system distro:
46
54
47
-
3.1 Before replace the system distro you will need to shutdown WSL
55
+
4.1 Before replace the system distro you will need to shutdown WSL
48
56
49
57
```
50
58
wsl --shutdown
51
59
```
52
60
53
-
3.2 By default the system distro is located at`C:\ProgramData\Microsoft\WSL\system.vhd`
61
+
4.2 By default the system distro is located at`C:\ProgramData\Microsoft\WSL\system.vhd`
54
62
55
63
If you want to use the system distro from a different path you can change the .wslconfig.
56
64
@@ -61,10 +69,10 @@ For self-hosting WSLG check use this instructions https://github.com/microsoft/w
61
69
systemDistro=C:\\tmp\\system.vhd
62
70
```
63
71
64
-
3.3 After update the system distro you should be able to launch any user distro and WSL will automatically launch the system distro along with the user distro.
72
+
4.3 After update the system distro you should be able to launch any user distro and WSL will automatically launch the system distro along with the user distro.
65
73
66
74
67
-
4. Inspecting the system distro:
75
+
5. Inspecting the system distro:
68
76
69
77
If the system distro isn't working correctly or you need to inspect what is running inside the system distro you can do:
70
78
@@ -74,6 +82,7 @@ For self-hosting WSLG check use this instructions https://github.com/microsoft/w
74
82
75
83
For instance you should check if weston and pulse audio are running inside the system distro using `ps -ax | grep weston` or `ps -ax | grep pulse`