mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-24 14:11:24 +00:00
Typo in note
This commit is contained in:
parent
f37efa6b41
commit
6e00174579
@ -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`).
|
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).
|
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 `mnt /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/dev`
|
||||||
```
|
```
|
||||||
mount --rbind /dev /mnt/dev
|
mount --rbind /dev /mnt/dev
|
||||||
mount --rbind /proc /mnt/proc
|
mount --rbind /proc /mnt/proc
|
||||||
|
Loading…
Reference in New Issue
Block a user