WSL-DistroLauncher
https://github.com/openSUSE/WSL-DistroLauncher
Microsoft source ==> https://github.com/microsoft/WSL-DistroLauncher
This is the C++ reference implementation for a Windows Subsystem for Linux (WSL) distribution installer/launcher application. Every distro package must include a launcher app, which is responsible for completing installation & registration of your distro with WSL, and for launching new distro instances atop WSL.
Once you've built your distro launcher, packaged it along with the required art assets, manifest, and distro.tar.gz, and digitally signed the package, you will be able to sideload your distro on your own machine(s).
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / WSL-DistroLauncher
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:WSL/WSL-DistroLauncher && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
WSL-DistroLauncher-0.0.1+git20230111.22db092.tar.x |
0000169904 166 KB | |
WSL-DistroLauncher.changes | 0000006528 6.38 KB | |
WSL-DistroLauncher.spec | 0000003668 3.58 KB | |
WslApiLoader-h.diff | 0000000828 828 Bytes | |
_service | 0000000559 559 Bytes | |
_servicedata | 0000000248 248 Bytes | |
icon.ico | 0000052934 51.7 KB |
Revision 10 (latest revision is 13)
Scott Bradnick (sbradnick)
accepted
request 1105294
from
Scott Bradnick (sbradnick)
(revision 10)
- Microsoft prefers Name and distro id to be the same for usage with wsl.exe * Removing " Server" from PRETTY_NAME so distro isn't registered with it in the name * This way both `wsl --install SUSE-Linux-Enterprise-15-SP5` and `wsl -d SUSE-Linux-Enterprise-15-SP5` work vs. the second iteration needing "Server" in the name
Comments 0