diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-22 18:47:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-22 18:47:40 -0500 |
commit | 95e08a068b34568bb01976f2aeb301669781d57f (patch) | |
tree | f5415a770b966006b6d0d4de724c77a6d8eea4b4 | |
parent | 78b0226f3576c54c29f5c36e1e2a09add3a425a4 (diff) | |
download | book-95e08a068b34568bb01976f2aeb301669781d57f.tar.lz book-95e08a068b34568bb01976f2aeb301669781d57f.tar.xz book-95e08a068b34568bb01976f2aeb301669781d57f.zip |
Fix name files
-rw-r--r-- | install-hyperbola/asus/uefi.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install-hyperbola/asus/uefi.md b/install-hyperbola/asus/uefi.md index 98b30ff..6340916 100644 --- a/install-hyperbola/asus/uefi.md +++ b/install-hyperbola/asus/uefi.md @@ -62,4 +62,6 @@ Copie el archivo (bootia32.efi) al directorio /EFI/BOOT de la memoria usb ejemplo: - cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootia32.efi /mnt/boot/efi/EFI/BOOT/bootia32.efi + # mount /dev/sdc1 /mnt + + # cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootia32.efi /mnt/boot/efi/EFI/BOOT/bootia32.efi |