@@ -5,9 +5,9 @@ This is an automated script to create an [Arch Linux](https://archlinux.org)
55distribution] ( https://learn.microsoft.com/windows/wsl/build-custom-distro ) .
66
77You can download a pre-built version from the [ releases
8- page] ( https://github.com/DevelopersCommunity/archlinux-wsl/releases/latest ) .
9- Get the ` archlinux .wsl` file and double-click it in ` File Explorer ` to
10- install the distribution.
8+ page] ( https://github.com/DevelopersCommunity/archlinux-wsl/releases/latest ) . Get
9+ the ` .wsl ` file and double-click it in ` File Explorer ` to install the
10+ distribution.
1111
1212## Requirements
1313
@@ -54,30 +54,6 @@ the [Arch Linux logo](https://archlinux.org/art/) blue color. The script to
5454generate the profile is available in the [ ` terminal-profile `
5555directory] ( ./terminal-profile/ ) .
5656
57- ## Known issues
58-
59- ### systemd services won't start
60-
61- If you get the following error when running the ` systemctl ` command, try to
62- [ install another WSL distribution with ` systemd `
63- support] ( https://aka.ms/wslsystemd/ ) and check if it works. In my case,
64- ` systemd ` started working on Arch Linux after that, and kept working even after
65- uninstalling the other distro.
66-
67- ``` terminal
68- $ systemctl
69- Failed to connect to system scope bus via local transport: No such file or directory
70- ```
71-
72- If you still have problems after installing another distribution, try to run the
73- following
74- [ command] ( https://github.com/microsoft/WSL/issues/10205#issuecomment-1601620093 )
75- in a ` PowerShell ` terminal:
76-
77- ``` powershell
78- wsl -d Arch-Linux-Unofficial -u root -e systemctl restart [email protected] 79- ```
80-
8157## Arch Linux trademark
8258
8359The logo used in this distribution was taken from the [ Arch Linux logos and
0 commit comments