Manjaro on WSL2 (Windows 10 FCU or later) based on wsldl.
A very simply Manjaro on wsl2 using wsldl.
- Using the manjarolinux/base:latest images
- wslutilities installed
- Create a new user and set the user as default
- Enable systemd for WSL version 0.67.6 and higher
- For x64 systems: Version 1903 or higher, with Build 18362 or higher.
- Builds lower than 18362 do not support WSL 2.
- Make sure all the steps mentioned under "Requirements" are completed.
- Download installer zip
- Extract all files in zip file to same directory
- Set version 2 as default. Note that this step is required only for manual installation.
wsl --set-default-version 2
- Run Manjaro.exe to extract rootfs and register to WSL
Note: Exe filename is using the instance name to register. If you rename it you can register with a diffrent name and have multiple installs.
Docker, tar, zip, unzip, bsdtar, make, git(gh) need to be installed.
gh repo clone rising3/manjaro-wsl2
cd manjaro-wsl2
make
Run the command below to clean.
make clean