Add Arch Linux official WSL image to the distribution manifest - #12818
Conversation
|
As said in #12551 (comment), the future monthly pull requests opening should be automated on our side. I remain available if needed! :) |
|
Our image is compressed with |
|
Thank you for doing this Robin Candau (@Antiz96). Unfortunately WSL indeed doesn't officially support zstd compression. The version of bsdtar we use in WSL2 happens to support it, but WSL1 doesn't. For instance, if I try to install Archlinux in WSL1 mode I get: We usually recommend distributions to compress with gz, or xz. Would that be an option for Archlinux ? |
Oh, I wasn't aware of this. Sorry 🤭
Yes, that should be doable :) |
As discussed in #12551, we (Arch Linux) now [provide an official WSL image](https://rfc.archlinux.page/0050-arch-linux-wsl-image/). This commit adds it to the Microsoft WSL's official distribution manifest, allowing users to pull and install it in an automated way (`wsl --install archlinux`). Closes #12551
|
PR updated with an image compressed with |
|
LGTM too! :) Thanks for the awesome contribution!! |
WSL doesn't officially support `zstd` (see microsoft/WSL#12818 (comment)).
This is now functional :) microsoft/WSL#12818
As discussed in #12551, we (Arch Linux) now provide an official WSL image. This commit adds it to the Microsoft WSL's official distribution manifest, allowing users to pull and install it in an automated way (
wsl --install archlinux).Closes #12551