aboutsummaryrefslogtreecommitdiffstats
path: root/install-hyperbola/asus
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-04-26 21:54:16 -0500
committerJesús <heckyel@hyperbola.info>2020-04-26 21:54:16 -0500
commit5f7643bf6784937896a2bb33b7031ab3761b17cf (patch)
tree98749e58fb123098eba7f64b4711612ad01d4400 /install-hyperbola/asus
parent50add8fc95e3bf3f1c5f66540a3e21e208d1c10d (diff)
downloadbook-5f7643bf6784937896a2bb33b7031ab3761b17cf.tar.lz
book-5f7643bf6784937896a2bb33b7031ab3761b17cf.tar.xz
book-5f7643bf6784937896a2bb33b7031ab3761b17cf.zip
fix efi paths
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
```