Diffstat (limited to 'teams/eln/wsl.xml')
| -rw-r--r-- | teams/eln/wsl.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/teams/eln/wsl.xml b/teams/eln/wsl.xml index 051f8e6..c1c4beb 100644 --- a/teams/eln/wsl.xml +++ b/teams/eln/wsl.xml @@ -3,7 +3,7 @@ <profile name="WSL-Base" description="Windows Subsystem for Linux Base"/> </profiles> <preferences profiles="WSL-Base"> - <type image="wsl"/> + <type image="tbz"/> <timezone>Etc/UTC</timezone> <locale>en_US</locale> <rpm-locale-filtering>false</rpm-locale-filtering> @@ -14,8 +14,10 @@ <package name="coreutils"/> <package name="dnf5"/> <package name="dnf5-plugins"/> - <package name="fedora-eln-release"/> + <package name="fedora-release-eln"/> + <package name="policycoreutils"/> <package name="rpm"/> + <package name="selinux-policy-targeted"/> </packages> <packages type="image" patternType="plusRecommended" profiles="WSL-Base"> <package name="attr"/> @@ -59,7 +61,6 @@ <package name="wget"/> <package name="which"/> <package name="whois"/> - <package name="wsl-setup"/> <package name="zip"/> </packages> </image> |