Merge pull request #32 from sunnyflunk/clr-boot

Fix changes with clr-boot-manager
This commit is contained in:
Joshua Strobl 2017-03-29 13:19:55 +03:00 committed by GitHub
commit 5308bddb7c
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