diff options
author | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:17:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:17:27 -0500 |
commit | a27fd3672496d953e4d64d232242e79bbbbd8ab5 (patch) | |
tree | 49433568f0b5062345694c19ef10d7de63d5f691 /install-hyperbola/asus/uefi.md | |
parent | 6ce8222e00e75630d27eec31644677c80466dcbe (diff) | |
download | book-a27fd3672496d953e4d64d232242e79bbbbd8ab5.tar.lz book-a27fd3672496d953e4d64d232242e79bbbbd8ab5.tar.xz book-a27fd3672496d953e4d64d232242e79bbbbd8ab5.zip |
install-hyperbola/asus: Fix package syntax (closes #7 #8 #9)
Diffstat (limited to 'install-hyperbola/asus/uefi.md')
-rw-r--r-- | install-hyperbola/asus/uefi.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-hyperbola/asus/uefi.md b/install-hyperbola/asus/uefi.md index 84bb4da..c1ed842 100644 --- a/install-hyperbola/asus/uefi.md +++ b/install-hyperbola/asus/uefi.md @@ -54,3 +54,7 @@ Recuerde cambiar `/output/path` y `/to/path/` por sus respectivo directorios ### Copiar bootia32.efi Copie el archivo (bootia32.efi) al directorio /EFI/BOOT de la memoria usb + +ejemplo: + + cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootx64.efi /mnt/boot/efi/EFI/BOOT/BOOTX64.EFI |