Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/guides/interoperability/import_rocky_to_wsl_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your new username>
adduser -G wheel $newUsername
echo -e "[user]\ndefault=$newUsername" >> /etc/wsl.conf
Expand Down