Skip to content

Commit

Permalink
Monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 26, 2023
1 parent f0f3a5a commit 0a618a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/virtual-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you encounter the error _"Username is not in the sudoers file. This incident
- Select the kernel with the "recovery mode" option and press Enter to open the Recovery menu.
- In the "Recovery menu", move over to the line "root Drop to root shell prompt", then press Enter.
- Use the root password and press Enter to start the "maintenance mode".
- At this point, you should be at the root shell prompt. Change the system to be mounted as read/write by running the command: "mount -o rw,remount /"
- At this point, you should be at the root shell prompt. Change the system to be mounted as read/write by running the command: `mount -o rw,remount /``
- Execute the following command to add the user to the sudo group: "adduser username sudo" (use the actual username on the system).
- Type the exit command to go back to the "Recovery menu": "Exit"
- Use the Right Arrow to select `<Ok>` and press Enter.
Expand Down

0 comments on commit 0a618a1

Please sign in to comment.