You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Wsl.ps1 command New-Distro with -Image archlinux-bootstrap, to create an Arch Linux distro, fails when 7-Zip version 20 or newer is used.
The problem occurs during "Patching of archive" operation, and it outputs:
System ERROR:
Not implemented
Downloading the archlinux-bootstrap .tar.gz image manually, extracting the .tar from it, and then running 7-Zip's test command ("t : Test integrity of archive") reports the following with 7-Zip v20+ (last tested on v23.01) but not on v19 so I assume it is related:
WARNINGS:
Headers Error
Workaround is to install 7-Zip 19.00, and if necessary point to it with argument -SevenZip when running New-Distro.
The text was updated successfully, but these errors were encountered:
Using
Wsl.ps1
commandNew-Distro
with-Image archlinux-bootstrap
, to create an Arch Linux distro, fails when 7-Zip version 20 or newer is used.The problem occurs during "Patching of archive" operation, and it outputs:
Downloading the archlinux-bootstrap .tar.gz image manually, extracting the .tar from it, and then running 7-Zip's test command ("t : Test integrity of archive") reports the following with 7-Zip v20+ (last tested on v23.01) but not on v19 so I assume it is related:
Workaround is to install 7-Zip 19.00, and if necessary point to it with argument
-SevenZip
when runningNew-Distro
.The text was updated successfully, but these errors were encountered: