Replies: 1 comment 1 reply
-
|
@YxTerWd: That message indicated the distribution that was downloaded was in the 'old' format (msix). Since then, Debian has onboarded to tar based distributions so that message shouldn't appear anymore. Here's a link to the tar based distributions wiki, if you want to know more about how they work |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I noticed that the behavior changed between versions 2.3.26 and 2.4.11 and I have questions:
cmd:
wsl --install -d debian --no-launch
Output 2.3.26:
Downloading: Debian GNU/Linux
Installing: Debian GNU/Linux
Debian GNU/Linux has been installed.
The operation completed successfully.
Output 2.4.11:
wsl: Using legacy distribution registration. Consider using a tar based distribution instead.
Downloading: Debian GNU/Linux
Installing: Debian GNU/Linux
Debian GNU/Linux has been installed.
The requested operation is successful. Changes will not be effective until the system is rebooted.
Is there any documentation about using tar based installations?
How to install Debian tar based?
What should be restarted? WSL?
cmd:
debian.exe install --root
Version 2.3.26 works well.
At Version 2.4.11 I get an Help/Welcome screen:
How can I disable this screen?
Regards
Robert
Beta Was this translation helpful? Give feedback.
All reactions