teams/cloud/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:
+1
-1
@@ -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>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ summary: Build the Windows Subsystem for Linux image
|
|||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
environment:
|
environment:
|
||||||
image_type: tbz
|
image_type: wsl
|
||||||
image_profile: WSL-Base
|
image_profile: WSL-Base
|
||||||
kiwi_file: Fedora.kiwi
|
kiwi_file: Fedora.kiwi
|
||||||
execute:
|
execute:
|
||||||
|
|||||||
Reference in New Issue
Block a user