Skip to content

Commit 8fb1aa1

Browse files
authored
Fixes rocky-linux#2803 - Make sure wsl --install --from-file command is correct (rocky-linux#2853)
and minor format fix
1 parent cc359a0 commit 8fb1aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/interoperability/import_rocky_to_wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This feature should be available on every supported version of Windows 10 and 11
2424

2525
!!! tip "WSL version"
2626

27-
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`.
27+
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`.
2828

2929
## Steps
3030

@@ -41,7 +41,7 @@ This feature should be available on every supported version of Windows 10 and 11
4141
- Install the image via command line:
4242

4343
```sh
44-
wsl --install --from-file <path-to/Rocky-10-WSL-Base.latest.x86_64.wsl> <machine-name>
44+
wsl --install --from-file <path-to/Rocky-10-WSL-Base.latest.x86_64.wsl> --name <machine-name>
4545
```
4646

4747
### Conventional Container images

0 commit comments

Comments
 (0)