]> git.proxmox.com Git - grub2.git/commit
Deal with --force-extra-removable with signed shim too
authorSteve McIntyre <93sam@debian.org>
Fri, 14 Jun 2019 15:37:11 +0000 (16:37 +0100)
committerColin Watson <cjwatson@debian.org>
Mon, 24 Jun 2019 06:59:34 +0000 (07:59 +0100)
commit5254a0a3d9f5b25e1ac95d6ac8d48dc2b65cf936
tree00c783be75f5e42b032bd02c5d594a5f76114866
parentedd35e8a753b5c153059d52291bd3aa92473abf8
Deal with --force-extra-removable with signed shim too

In this case, we need both the signed shim as /EFI/BOOT/BOOTXXX.EFI
and signed Grub as /EFI/BOOT/grubXXX.efi.

Also install the BOOTXXX.CSV into /EFI/debian, and FBXXX.EFI into
/EFI/BOOT/ so that it can work when needed (*iff* we're updating the
NVRAM).

[cjwatson: Refactored also_install_removable somewhat for brevity and so
that we're using consistent case-insensitive logic.]

Bug-Debian: https://bugs.debian.org/930531
Last-Update: 2019-06-14

Patch-Name: grub-install-removable-shim.patch
util/grub-install.c