From a6dc9338434a7753747919c11611979e0c76b8ab Mon Sep 17 00:00:00 2001 From: Peter O'Connor Date: Wed, 29 Mar 2017 13:35:11 +1100 Subject: [PATCH] Fix changes with clr-boot-manager --- repair-and-recovery/boot-rescue/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repair-and-recovery/boot-rescue/en.md b/repair-and-recovery/boot-rescue/en.md index b51dcdd..d1ebfbe 100644 --- a/repair-and-recovery/boot-rescue/en.md +++ b/repair-and-recovery/boot-rescue/en.md @@ -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