Skip to content

rising3/manjaro-wsl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manjaro-wsl2

Manjaro on WSL2 (Windows 10 FCU or later) based on wsldl.

manjaro-wsl2

Overview

A very simply Manjaro on wsl2 using wsldl.

Requirements

  • For x64 systems: Version 1903 or higher, with Build 18362 or higher.
  • Builds lower than 18362 do not support WSL 2.

How to install

  • 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.

How to use installed instance

How to build from source

prerequisites

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

License

MIT License

Referred to: