fix efi paths

This commit is contained in:
Jesús 2020-04-26 21:54:16 -05:00
parent 50add8fc95
commit 5f7643bf67
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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
```