You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add admonition at top about WSL instructions for other versions
* replace some passive voice phrasing with active voice
* strip out version 8 and 9 specific instructions and images
Copy file name to clipboardExpand all lines: docs/guides/interoperability/import_rocky_to_wsl.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ tags:
9
9
- interoperability
10
10
---
11
11
12
-
# Import Rocky Linux to WSL
12
+
!!! note "Images for other versions"
13
+
14
+
If you are looking for WSL instructions for another version of Rocky Linux, select the version you want from the top menu and then refer to the WSL instructions under "Interoperability."
13
15
14
16
## Prerequisites
15
17
16
-
The Windows-Subsystem for Linux feature has to be enabled. This is possible with one of these options:
18
+
You must enable the Windows-Subsystem for Linux feature. Do this with one of these options:
17
19
18
20
-[A newer WSL version with extra features is available in the Microsoft Store](https://apps.microsoft.com/store/detail/windows-subsystem-for-linux/9P9TQF7MRM4R). Use this newer version whenever possible.
19
21
- Open an administrative Terminal (either PowerShell or Command-Prompt) and
@@ -32,7 +34,6 @@ This feature should be available on every supported version of Windows 10 and 11
32
34
33
35
1. Download the WSL image from the CDN or another mirror closer to you:
34
36
35
-
- 9: [x86_64](https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-WSL-Base.latest.x86_64.wsl) or [aarch64](https://dl.rockylinux.org/pub/rocky/9/images/aarch64/Rocky-9-WSL-Base.latest.aarch64.wsl)
36
37
- 10: [x86_64](https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-WSL-Base.latest.x86_64.wsl) or [aarch64](https://dl.rockylinux.org/pub/rocky/10/images/aarch64/Rocky-10-WSL-Base.latest.aarch64.wsl)
37
38
38
39
2. There are multiple options for installing a `.wsl` image:
@@ -49,8 +50,6 @@ This feature should be available on every supported version of Windows 10 and 11
49
50
1. Get the container rootfs. This is possible in multiple ways:
- Extract the image from either Docker Hub or Quay.io ([ref.](https://docs.microsoft.com/en-us/windows/wsl/use-custom-distro#export-the-tar-from-a-container))
0 commit comments