From bd9c88f9ec9b89d589e26d8820bb6a8cd2456e92 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 12 Apr 2020 14:00:48 +0200 Subject: [PATCH] fix missing packages for uefi boot mode --- config/package-lists/installer.list.binary | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/package-lists/installer.list.binary b/config/package-lists/installer.list.binary index 630bf34..fb500cb 100644 --- a/config/package-lists/installer.list.binary +++ b/config/package-lists/installer.list.binary @@ -1 +1,8 @@ -grub-efi-amd64-bin \ No newline at end of file +# These packages are required by the installer to install the system in UEFIM boot mode +grub-efi-amd64-bin +grub-efi-amd64-signed +mokutil +shim-unsigned +shim-helpers-amd64-signed +shim-signed-common +shim-signed \ No newline at end of file