docs: Mention creating the ESP tree in ISOHYBRID partition

This commit is contained in:
mintsuki 2023-06-13 12:35:15 +02:00
parent a9e6e00994
commit b764792c97
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ into a directory which will serve as the root of the created ISO.
`boot/limine` directory; `limine-cd-efi.bin` and `limine-cd.bin` can reside `boot/limine` directory; `limine-cd-efi.bin` and `limine-cd.bin` can reside
anywhere). anywhere).
After that, create a `<ISO root directory>/EFI/BOOT` directory and copy the
relevant Limine EFI executables over (such as `BOOTX64.EFI`).
Place any other file you want to be on the final ISO in said directory, then Place any other file you want to be on the final ISO in said directory, then
run: run:
``` ```