We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very new to WSL2 and Distrod. I am trying to get an Ubuntu installation to run Distrod. PS --no-headers -o comm 1 shows "systemd".
curl -L -O "https://raw.githubusercontent.com/nullpo-head/wsl-distrod/main/install.sh" chmod +x install.sh sudo ./install.sh install
sudo /opt/distrod/bin/distrod enable
wsl --terminate Distrod --- fails as it does not find Distrod.
What output/diagnostics can I post?
The text was updated successfully, but these errors were encountered:
wsl --terminate Distrod --- fails as it does not find Distrod. replace "DIstrod" with Distro Name,like this:
wsl --terminate Ubuntu
Sorry, something went wrong.
Somewhere in the comments on Rustrepo.com I found
that wsl --list should produce "Distrod" as a distinct result.
Is that still true? I do receive "Ubuntu".
If Distrod is used in an existing distribution, "Distrod" will not appear in wsl --list. At least in my computer.
wsl --list
Maybe using the image provided by distrod_wsl_launcher.exe will have different results.
distrod_wsl_launcher.exe
No branches or pull requests
Very new to WSL2 and Distrod. I am trying to get an Ubuntu installation to run Distrod. PS --no-headers -o comm 1 shows "systemd".
curl -L -O "https://raw.githubusercontent.com/nullpo-head/wsl-distrod/main/install.sh"
chmod +x install.sh
sudo ./install.sh install
sudo /opt/distrod/bin/distrod enable
wsl --terminate Distrod --- fails as it does not find Distrod.
What output/diagnostics can I post?
The text was updated successfully, but these errors were encountered: