From 5f7643bf6784937896a2bb33b7031ab3761b17cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 26 Apr 2020 21:54:16 -0500 Subject: [PATCH] fix efi paths --- install-hyperbola/asus/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-hyperbola/asus/install.md b/install-hyperbola/asus/install.md index 63ec86d..fa921bc 100644 --- a/install-hyperbola/asus/install.md +++ b/install-hyperbola/asus/install.md @@ -62,11 +62,11 @@ ```bash - # mkdir /boot/efi + # mkdir /mnt/boot/efi - # mount /dev/mmcblk1p1 /boot/efi + # mount /dev/mmcblk1p1 /mnt/boot/efi - # mkdir /boot/efi/EFI/BOOT + # mkdir /mnt/boot/efi/EFI/BOOT # cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootx64.efi /mnt/boot/efi/EFI/BOOT/BOOTX64.EFI ```