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
Copy file name to clipboardExpand all lines: docs/development/almalinux-os-kitten-10.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,12 +145,30 @@ AlmaLinux OS Kitten 10 images are available for installation via WSL CLI tool.
145
145
wsl --install AlmaLinux-Kitten-10
146
146
```
147
147
- Launch AlmaLinux OS to start using it:
148
-
- Open it from the Windows Terminal. Click the small arrow ▾ next to the tab or the “+” icon. You’ll see a dropdown with available WSL distros listed. Click AlmaLinux-Kitten-10. It will open in a new tab, ready to use.
148
+
- Open it from the Windows Terminal. Click the small arrow ▾ next to the tab or the "+" icon. You'll see a dropdown with available WSL distros listed. Click AlmaLinux-Kitten-10. It will open in a new tab, ready to use.
149
149
- Or run the command:
150
150
```
151
151
wsl -d AlmaLinux-Kitten-10
152
152
```
153
153
154
+
### x86_64_v2 WSL Images
155
+
156
+
AlmaLinux OS Kitten 10 x86_64_v2 images are not published to the Microsoft Store or [microsoft/WSL](https://github.com/microsoft/WSL) and can only be downloaded from the [Releases](https://github.com/AlmaLinux/wsl-images/releases) section of the AlmaLinux WSL images GitHub repository. They are available for offline installation via `wsl --install --from-file`.
157
+
158
+
- Download the latest `.wsl` file for Kitten 10 x86*64_v2 from [github.com/AlmaLinux/wsl-images/releases](https://github.com/AlmaLinux/wsl-images/releases) (e.g. `AlmaLinux-Kitten-10_x64_v2*<version>.wsl`).
Copy file name to clipboardExpand all lines: docs/documentation/wsl.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ The following AlmaLinux OS versions are available for installation via both meth
16
16
- AlmaLinux OS 9
17
17
- AlmaLinux OS 10
18
18
19
+
Additionally, **AlmaLinux OS 10 x86_64_v2** images are available. These images are not published to the Microsoft Store or [microsoft/WSL](https://github.com/microsoft/WSL) and can only be downloaded from the [Releases](https://github.com/AlmaLinux/wsl-images/releases) section of the AlmaLinux WSL images GitHub repository. They are available for offline installation via `wsl --install --from-file` (see [Install AlmaLinux OS 10 x86_64_v2](#install-almalinux-os-10-x86_64_v2) below).
20
+
19
21
:::tip
20
22
If you are looking for AlmaLinux OS Kitten image, please, visit the [AlmaLinux OS Kitten page](/development/almalinux-os-kitten-10).
21
23
:::
@@ -142,12 +144,30 @@ The WSL format is a modern and recommended way of installation. The WSL version
142
144
```
143
145
144
146
- Start your AlmaLinux:
145
-
- Open it from the Windows Terminal. Click the small arrow ▾ next to the tab or the “+” icon. You’ll see a dropdown with available WSL distros listed. Click AlmaLinux OS. It will open in a new tab, ready to use.
147
+
- Open it from the Windows Terminal. Click the small arrow ▾ next to the tab or the "+" icon. You'll see a dropdown with available WSL distros listed. Click AlmaLinux OS. It will open in a new tab, ready to use.
146
148
- Or run the command:
147
149
```
148
150
wsl -d AlmaLinux-10
149
151
```
150
152
153
+
### Install AlmaLinux OS 10 x86_64_v2
154
+
155
+
AlmaLinux OS 10 x86_64_v2 images are not published to the Microsoft Store or [microsoft/WSL](https://github.com/microsoft/WSL). They can only be downloaded from the [Releases](https://github.com/AlmaLinux/wsl-images/releases) section of the AlmaLinux WSL images GitHub repository and installed offline using the `wsl` tool.
156
+
157
+
- Download the latest `.wsl` file for x86*64_v2 from [github.com/AlmaLinux/wsl-images/releases](https://github.com/AlmaLinux/wsl-images/releases) (e.g. `AlmaLinux-10.1_x64_v2*<version>.wsl`).
0 commit comments