ELN: set wsl name to Fedora-ELN

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson
2025-07-08 13:53:06 -07:00
parent 24c4fc39c2
commit 09426d7ba3
+7
View File
@@ -307,6 +307,13 @@ EOF
fi
#======================================
# Set the WSL name for ELN
#--------------------------------------
if [[ "$kiwi_profiles" == *"WSL"* ]] && [[ "$kiwi_iname" == *"ELN"* ]]; then
wsl-setup --name Fedora-ELN
fi
#======================================
# Finalization steps
#--------------------------------------