grandchild / linux_installer

Graphical Linux application installer for audiences that are used to Windows installers. Imitates the look-and-feel of NSIS/Wizard97.
Creative Commons Zero v1.0 Universal
33 stars 3 forks source link

linux_installer for wsl? #5

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi there.

I would like to know if it would be possible to customize the installation of a linux distro that I will use in wsl(windows subsystem linux) with linux-installer.

Would it be possible to customize the installation of a linux distro that I will use in wsl(windows subsystem linux) with linux-installer?

grandchild commented 1 year ago

Hi there, I think you're misunderstanding what this project does. It's not software for installing Linux. It's a builder to make installers that install application software on a Linux system.

And while it would presumably run on a working WSL installation, it can't install an OS image for WSL. There's plenty of tools for that. One that I know of is https://github.com/yuk7/wsldl , and another one that I've used is https://github.com/nullpo-head/wsl-distrod .