Code Monkey home page Code Monkey logo

wsl-arch's Introduction

arch WSL

This is a fork of the reference WSL image builder, configured for my ideal archlinux setup - with WSL2 and Genie!

Getting Started

  1. Set up a signing certificate, easiest via the New-SelfSignedCertificate command. For example:

    New-SelfSignedCertificate -Type Custom -Subject "CN=Common Name, O=Organisation, L=Somewhere, C=Country" -KeyUsage DigitalSignature -FriendlyName "Friendly Name" -CertStoreLocation "Cert:\CurrentUser\My" -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.3", "2.5.29.19={text}")
  2. Run sudo get_rootfs.sh on an archlinux host to get install.tar.gz, this must be copied to ./x64/install.tar.gz.

    Note the archlinux host must have the necessary dependencies:

    • python-markdown
    • arch-install-scripts
  3. Run build.bat to get the appx package. You may specify built.bat rel to get a release build.

  4. Install the package appx package. For example, via powershell:

    AppPackages\arch\arch_1.0.4.0_x64_Test\Add-AppDevPackage.ps1

    Note: It seems that powershell core does not like this script.

wsl-arch's People

Contributors

bitcrazed avatar ionicabizau avatar lcsondes avatar microsoftopensource avatar miniksa avatar msftgits avatar sundhaug92 avatar tara-raj avatar zacharyrs avatar zadjii-msft avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.