/fedora-wsl

A set of scripts to help setup WSL

Primary LanguagePowerShell

Fedora Importer

This helps set up Fedora on WSL, works on WSL 1 & 2. Based on this article.

Requirements

  • 7zip - Please add it to your PATH environment variable.

Installing

Default Setup

.\setup.ps1

Passing new User Name as parameter

.\setup.ps1 -UserName userName

Setting a custom Distro Name for WSL

.\setup.ps1 -DistroName CustomName

Setting a custom install directory

# Will cause it to be installed at V:\Custom\Path\Fedora
.\setup.ps1 -InstallDirectory V:\Custom\Path