teams/eln/wsl: Use native "wsl" image type

This introduces extra validation for WSL image creation to ensure
the result is usable.
This commit is contained in:
Neal Gompa
2025-05-29 10:13:19 -04:00
parent 887dbe204b
commit 92729675dd
+1 -1
View File
@@ -3,7 +3,7 @@
<profile name="WSL-Base" description="Windows Subsystem for Linux Base"/> <profile name="WSL-Base" description="Windows Subsystem for Linux Base"/>
</profiles> </profiles>
<preferences profiles="WSL-Base"> <preferences profiles="WSL-Base">
<type image="tbz"/> <type image="wsl"/>
<timezone>Etc/UTC</timezone> <timezone>Etc/UTC</timezone>
<locale>en_US</locale> <locale>en_US</locale>
<rpm-locale-filtering>false</rpm-locale-filtering> <rpm-locale-filtering>false</rpm-locale-filtering>