From f8148559b753eb685c043d197d0d6a194ea0b830 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 18 Jul 2020 13:05:23 +0200 Subject: [PATCH] SW: add grub-efi-amd64-signed + shim-signed to GRML_FULL (AMD64 only) This adds support for EFI PXE boot support via grml-terminalserver. While they are part of the depends in grml-terminalserver, they aren't strictly needed (alternative depends), so ensure we have those packages available OOTB for EFI based PXE boot with grml-terminalserver. --- etc/grml/fai/config/package_config/GRML_FULL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index d8966cd..8cf84ef 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -357,3 +357,7 @@ linux-cpupower PACKAGES install AMD64 linux-image-amd64 linux-cpupower + +# EFI PXE boot support in grml-terminalserver +grub-efi-amd64-signed +shim-signed -- 2.1.4