EFI/BOOT/README: document file usage
authorMichael Prokop <mika@grml.org>
Wed, 17 Oct 2018 13:48:54 +0000 (15:48 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 17 Oct 2018 14:52:31 +0000 (16:52 +0200)
templates/EFI/BOOT/README

index fa18bc8..bc2ffe9 100644 (file)
@@ -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]