From 0a618a1fab9a51d67d047cc45ece128c2e7ccb2a Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 26 Jul 2023 14:14:45 +0200 Subject: [PATCH] Monospace --- docs/virtual-box.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/virtual-box.md b/docs/virtual-box.md index 3fe103f..037fed0 100644 --- a/docs/virtual-box.md +++ b/docs/virtual-box.md @@ -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 `` and press Enter.