]> 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, 27 Sep 2021 19:09:39 +0000 (20:09 +0100)
commitc8351a8a7a7664dfac4de63fb6df185b2a52a346
tree22e506bf18f649b49279e6a49c28f730ca14ae90
parent6e3841fc4abf50d16d819c39ac5de74ccc4de225
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: 2021-09-24

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