From: Michael Prokop Date: Wed, 17 Oct 2018 13:48:54 +0000 (+0200) Subject: EFI/BOOT/README: document file usage X-Git-Tag: v0.32.2~2 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=eaa7b568cd92a5eaf0584153a6e862d9fc09dfc8 EFI/BOOT/README: document file usage --- diff --git a/templates/EFI/BOOT/README b/templates/EFI/BOOT/README index fa18bc8..bc2ffe9 100644 --- a/templates/EFI/BOOT/README +++ b/templates/EFI/BOOT/README @@ -1,3 +1,7 @@ # ubuntu approach: shimx64.efi.signed = /usr/lib/shim/shimx64.efi.signed from http://de.archive.ubuntu.com/ubuntu/pool/main/s/shim-signed/shim-signed_1.34.9+13-0ubuntu2_amd64.deb grubx64.efi.signed = /usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed from http://de.archive.ubuntu.com/ubuntu/pool/main/g/grub2-signed/grub-efi-amd64-signed_1.103+2.02+dfsg1-5ubuntu1_amd64.deb +# NOTE: +# shimx64.efi.signed ends up as /EFI/BOOT/bootx64.efi inside [grml_cd]/boot/efi.img, and +# grubx64.efi.signed ends up as /EFI/BOOT/grubx64.efi inside [grml_cd]/boot/efi.img, whereas +# [grml_cd]/boot/efi.img is used as `boot/efi.img` inside `xorriso -as mkisofs [...] -e boot/efi.img -no-emul-boot [...]` ISO generation [inside grml_cd directory]