ToolsDevler / Fedora-WSL

This is repo for unofficial Fedora WSL based on the rootfs extracted from fedora docker image with a few additional packages installed and few configuration changes.

Home Page:https://www.microsoft.com/store/apps/9NPCP8DRCHSN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Fedora WSL

This is an unofficial Fedora WSL based on the rootfs of fedora docker images with a few packages installed to make your life easy
Explore the docs »

Download · Report Bug · Request Feature

image

Installation

Note - to install manually from the msix package you need to install the .cer file first to the "Trusted Root Certificate Store" of the "local machine"

  • After installation is complete from microsoft store or manual install when you open the app you will be presented with a screen to create a user account go ahead with it and complete the account creation to finish installation

image

Note - The password entering feild does not display your password but it still records it

Build

Prerequisites

  • Visual Studio 2022
  • Python

Getting Started

  • Fork and clone your fork of the Project

  • Generate a test certificate:

    • In Visual Studio, open FedoraWSL-Appx/MyDistro.appxmanifest
    • Select the Packaging tab
    • Select "Choose Certificate"
    • Click the Configure Certificate drop-down and select Create test certificate.
  • Copy tar.gz containing your distro into the x64 folder at the root of the project and rename it to rootfs.tar.gz

Note - You can get the rootfs.tar.gz file from the releases page

  • Then open a terminal window in the root of the project and type in the command
python build.py --target=build --config=debug --platform=x64
build.mov

Root FS

About

This is repo for unofficial Fedora WSL based on the rootfs extracted from fedora docker image with a few additional packages installed and few configuration changes.

https://www.microsoft.com/store/apps/9NPCP8DRCHSN

License:MIT License


Languages

Language:C++ 86.7%Language:Python 10.0%Language:C 3.3%