Fix changes with clr-boot-manager

This commit is contained in:
Peter O'Connor 2017-03-29 13:35:11 +11:00
parent 83a3b7fcbd
commit a6dc933843
1 changed files with 1 additions and 1 deletions

View File

@ -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.
``` bash
mount /dev/sdX# /target/boot/efi
mount /dev/sdX# /target/boot
```
### Chrooting to your Solus system