From 1ff71f6bb1eb32f89c7357a8c57d8971d130ee94 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 4 Dec 2021 04:46:15 -0600 Subject: [PATCH] Fix typo --- docs/guides/interoperability/rocky_to_wsl_howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/interoperability/rocky_to_wsl_howto.md b/docs/guides/interoperability/rocky_to_wsl_howto.md index 6697186a73..fc485103cc 100644 --- a/docs/guides/interoperability/rocky_to_wsl_howto.md +++ b/docs/guides/interoperability/rocky_to_wsl_howto.md @@ -106,4 +106,4 @@ All the downloaded packages are still stored in the debian distro you used at th There are some quirky things that result from extracting packages, rather than installing them. Running `yum reinstall` in some packages fixes the issues, as is the case for `passwd`. The `rinse` script simply extracts the packages and does not execute post-install commands (although it is capable of doing so). Please leave comments for other users if you run into problems and know how to fix them, so that others can benefit from your experience. ## Notes -Most of the `rinse` script runs under WSL 1, but the very last part, where `dnf` is invoked, runs into memory issues and corrupts the `rpm` database. This ruins the distro, and repair attempts fail, even uder WSL. If you know how to get `dnf` to work under WSL 1, please let us know, but there are lots of BDB issues related to WSL 1 on different forums on the web. WSL 2 solved those issues with the native Linux kernel. +Most of the `rinse` script runs under WSL 1, but the very last part, where `dnf` is invoked, runs into memory issues and corrupts the `rpm` database. This ruins the distro, and repair attempts fail, even under WSL. If you know how to get `dnf` to work under WSL 1, please let us know, but there are lots of BDB issues related to WSL 1 on different forums on the web. WSL 2 solved those issues with the native Linux kernel.