Fix changes with clr-boot-manager
This commit is contained in:
parent
83a3b7fcbd
commit
a6dc933843
|
@ -54,7 +54,7 @@ Notice we have `/dev/sda1` as the Device with the `EFI System` type and roughly
|
||||||
With our ESP device known, let's go ahead and mount it, replacing `sdX#` in the case below with our partition.
|
With our ESP device known, let's go ahead and mount it, replacing `sdX#` in the case below with our partition.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
mount /dev/sdX# /target/boot/efi
|
mount /dev/sdX# /target/boot
|
||||||
```
|
```
|
||||||
|
|
||||||
### Chrooting to your Solus system
|
### Chrooting to your Solus system
|
||||||
|
|
Reference in New Issue