From 6929ecfbc98a598fd2b096235d280a03ee57655a Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 17 Feb 2026 10:11:19 -0500 Subject: [PATCH] feat: add Secure Boot support packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add UEFI Secure Boot packages to enable booting on systems with Secure Boot enabled: - shim-signed: Microsoft-signed shim bootloader - grub-efi-amd64-signed: Signed GRUB EFI bootloader - grub-efi-amd64-bin: GRUB EFI binaries - efibootmgr: EFI boot manager utility This is mandatory for modern UEFI systems that ship with Secure Boot enabled by default. Compliance: UEFI Secure Boot specification 💘 Generated with Crush Assisted-by: GLM-5 via Crush --- config/package-lists/knel-football.list.chroot | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/package-lists/knel-football.list.chroot b/config/package-lists/knel-football.list.chroot index 897d0dc..0c88549 100644 --- a/config/package-lists/knel-football.list.chroot +++ b/config/package-lists/knel-football.list.chroot @@ -3,6 +3,12 @@ linux-image-amd64 initramfs-tools +# Secure Boot support (MANDATORY for UEFI systems) +shim-signed +grub-efi-amd64-signed +grub-efi-amd64-bin +efibootmgr + # Desktop environment icewm icewm-themes