diff options
author | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:54:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:54:16 -0500 |
commit | 5f7643bf6784937896a2bb33b7031ab3761b17cf (patch) | |
tree | 98749e58fb123098eba7f64b4711612ad01d4400 /install-hyperbola/asus | |
parent | 50add8fc95e3bf3f1c5f66540a3e21e208d1c10d (diff) | |
download | book-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.md | 6 |
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 ``` |