From 6b54bdd45bf5e7a983710674f9664c7716b1df75 Mon Sep 17 00:00:00 2001 From: Lukas Magauer <42647570+lumarel@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:25:28 +0000 Subject: [PATCH] Fixes #2803 - Make sure wsl --install --from-file command is correct and minor format fix --- docs/guides/interoperability/import_rocky_to_wsl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/interoperability/import_rocky_to_wsl.md b/docs/guides/interoperability/import_rocky_to_wsl.md index 7936d7f71f..5682a3c895 100644 --- a/docs/guides/interoperability/import_rocky_to_wsl.md +++ b/docs/guides/interoperability/import_rocky_to_wsl.md @@ -24,7 +24,7 @@ This feature should be available on every supported version of Windows 10 and 11 !!! tip "WSL version" - Ensure that your WSL version is up to date, as some features were only introduced in later versions. If you are unsure, run `wsl --update`. + Ensure that your WSL version is up to date, as some features were only introduced in later versions. If you are unsure, run `wsl --update`. ## Steps @@ -41,7 +41,7 @@ This feature should be available on every supported version of Windows 10 and 11 - Install the image via command line: ```sh - wsl --install --from-file + wsl --install --from-file --name ``` ### Conventional Container images