From 6866c3a821df57d77d5ad1f2d8926b15930b8468 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Wed, 27 May 2020 18:25:49 +0700 Subject: [PATCH] efi: Do not add package $$(EFI_BOOTLOADER)) everywhere $$(EFI_BOOTLOADER)) is a bootloader for STAGE1 only. --- features.in/efi/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 3c48ba8a..24ebb1fa 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -11,7 +11,6 @@ use/efi: @$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now @$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS @$(call try,EFI_BOOTLOADER,grub-efi) # default one - @$(call add,THE_PACKAGES,$$(EFI_BOOTLOADER)) @$(call xport,EFI_BOOTLOADER) @$(call add,THE_LISTS,$(EFI_LISTS)) @$(call add,THE_PACKAGES,$$(EFI_SHELL))