From 41125f2c9b0ae628f0e0d12e2ee043c9238bd73c Mon Sep 17 00:00:00 2001 From: Ron Date: Thu, 24 Feb 2022 08:21:19 -0700 Subject: [PATCH] Update import_rocky_to_wsl_howto.md passwd and sudo where available but not installed. So when I ran reinstall with them it never installed them. Once I made that change everything seems to work and run as expected. --- docs/guides/interoperability/import_rocky_to_wsl_howto.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/interoperability/import_rocky_to_wsl_howto.md b/docs/guides/interoperability/import_rocky_to_wsl_howto.md index a5aa22e486..b79f3d1062 100644 --- a/docs/guides/interoperability/import_rocky_to_wsl_howto.md +++ b/docs/guides/interoperability/import_rocky_to_wsl_howto.md @@ -103,7 +103,8 @@ wsl -d rocky_rc ```bash yum update yum install glibc-langpack-en -y -yum reinstall passwd sudo cracklib-dicts -y +yum install passwd sudo -y +yum reinstall cracklib-dicts -y newUsername= adduser -G wheel $newUsername echo -e "[user]\ndefault=$newUsername" >> /etc/wsl.conf