aboutsummaryrefslogtreecommitdiffstats
path: root/install-hyperbola/asus
diff options
context:
space:
mode:
Diffstat (limited to 'install-hyperbola/asus')
-rw-r--r--install-hyperbola/asus/install.md6
1 files 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
```