diff options
| author | 2025-07-08 12:41:20 -0700 | |
|---|---|---|
| committer | 2025-07-08 13:53:06 -0700 | |
| commit | 09426d7ba3660eb7277ed24521c50b14c3811bda (patch) | |
| tree | f4c7d43735834494c6643405f39ab11b8c057444 /config.sh | |
| parent | 24c4fc39c2995e12610173acfdce689497a84120 (diff) | |
| download | kiwi-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-x | config.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |