From a5acfa92d1ad4cc931391f64a288435de37e731d Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Fri, 26 Jun 2026 16:18:25 +0530 Subject: [PATCH] feat(wsl): add git, tmux, jq, ethtool to WSL image Extend the WSL image package list (derived from Fedora 43's WSL composition) with utilities useful in the WSL command-line / developer workflow that upstream's composition does not ship: - git : ubiquitous in WSL developer workflows - tmux : terminal multiplexer (single choice; screen intentionally omitted to avoid shipping two tools for one job) - jq : JSON processing for scripting - ethtool : NIC diagnostics / MTU manipulation for troubleshooting WSL2 virtualized-networking issues Signed-off-by: Muhammad Falak R Wani --- base/images/wsl/wsl.kiwi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/images/wsl/wsl.kiwi b/base/images/wsl/wsl.kiwi index c3e87df4703..22b39c6ffe4 100644 --- a/base/images/wsl/wsl.kiwi +++ b/base/images/wsl/wsl.kiwi @@ -39,11 +39,14 @@ + + + @@ -63,6 +66,7 @@ +