aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
from:
to:
context:
space:
mode:
authorGravatar Troy Dawson <tdawson@redhat.com> 2025-07-08 12:41:20 -0700
committerGravatar Troy Dawson <tdawson@redhat.com> 2025-07-08 13:53:06 -0700
commit09426d7ba3660eb7277ed24521c50b14c3811bda (patch)
treef4c7d43735834494c6643405f39ab11b8c057444 /config.sh
parent24c4fc39c2995e12610173acfdce689497a84120 (diff)
downloadkiwi-descriptions-09426d7ba3660eb7277ed24521c50b14c3811bda.tar.gz
kiwi-descriptions-09426d7ba3660eb7277ed24521c50b14c3811bda.zip
ELN: set wsl name to Fedora-ELN
Signed-off-by: Troy Dawson <tdawson@redhat.com>
Diffstat (limited to 'config.sh')
-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