]> 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>
Fri, 24 Sep 2021 23:37:54 +0000 (00:37 +0100)
commitf2c39f573aaf585b46876ef1b2787f5531c98954
tree148fff55866f31631440c0e65f97035ff2e8444d
parent3b015f7892fd7955b5f2db2e9e8cf26a699b4434
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