aboutsummaryrefslogtreecommitdiffci
diff options
from:
to:
context:
space:
mode:
-rwxr-xr-xconfig.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index f940f38..a81dc31 100755
--- a/config.sh
+++ b/config.sh
@@ -308,6 +308,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
#--------------------------------------
# Inhibit the ldconfig cache generation unit, see rhbz2348669