From 85873095f308f2f893ca08831ee5b259b4ccfe98 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 18 Oct 2021 08:37:15 +0200 Subject: [PATCH] remove not needed grub files --- usr/lib/initcpio/install/archboot_secure_boot | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr/lib/initcpio/install/archboot_secure_boot b/usr/lib/initcpio/install/archboot_secure_boot index d60da714f..c1cce5d39 100644 --- a/usr/lib/initcpio/install/archboot_secure_boot +++ b/usr/lib/initcpio/install/archboot_secure_boot @@ -51,9 +51,6 @@ build () bsdtar -C "${SHIM32}" -xf "${SHIM32}/${_SHIM32_VERSION}" add_file "${SHIM32}/boot/efi/EFI/fedora/mmia32.efi" "/usr/share/archboot/fedora-shim/mmia32.efi" add_file "${SHIM32}/boot/efi/EFI/fedora/shimia32.efi" "/usr/share/archboot/fedora-shim/shimia32.efi" - # add grub with modules builtin to boot on secure boot - add_file "/usr/share/archboot/grub/grubx64.efi" - add_file "/usr/share/archboot/grub/grubia32.efi" # add generate keys script add_file "/usr/bin/archboot-secureboot-keys.sh" "/usr/bin/secureboot-keys.sh" }