Fix typo in note

This commit is contained in:
Mark David 2022-01-29 18:23:32 -05:00 committed by GitHub
parent 6e00174579
commit c1d26d2d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ In order to resolve this issue, boot your dedicated server into a rescue system
From here, you need to locate your partitions via `fdisk -l` and mount your `/` partition into a directory of your choosing (or `/mnt`).
Run the following commands (be sure to change the "mnt" to the directory of your mounted drives).
> Note: You may need to mount your `/boot` directory if your `/` and `/boot` directories are different. You can do this by doing `mount /dev/XXX /mnt/dev`
> Note: You may need to mount your `/boot` directory if your `/` and `/boot` directories are different. You can do this by doing `mount /dev/XXX /mnt/boot`
```
mount --rbind /dev /mnt/dev
mount --rbind /proc /mnt/proc