efi: don't add refind, $$(EFI_SHELL), $$(EFI_BOOTLOADER) to rescue

Why are they there?
This commit is contained in:
Anton Midyukov 2023-02-05 22:35:54 +07:00
parent a866dfd0a8
commit ef1f437a7f

View File

@ -18,7 +18,6 @@ ifeq (distro,$(IMAGE_CLASS))
@$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFIVAR_FS)
@$(call add,EFI_BOOTARGS,$$(STAGE2_BOOTARGS))
ifeq (x86_64,$(ARCH))
@$(call add,RESCUE_PACKAGES,refind $$(EFI_SHELL) $$(EFI_BOOTLOADER))
@$(call add,THE_PACKAGES,$$(EFI_SHELL))
endif
endif