efi: handle rescue as well
The rescue feature intentionally doesn't pick up THE_PACKAGES and THE_LISTS into stage2, so add EFI ones explicitly.
This commit is contained in:
parent
162a824009
commit
cd0db8d363
@ -1,9 +1,12 @@
|
||||
ifeq (x86_64,$(ARCH))
|
||||
|
||||
EFI_LISTS := $(call tags,base efi)
|
||||
|
||||
use/efi:
|
||||
@$(call add_feature)
|
||||
@$(call set,MKI_VER_MINIMAL,0.2.5) # see #28219
|
||||
@$(call add,THE_LISTS,$(call tags,base efi))
|
||||
@$(call add,THE_LISTS,$(EFI_LISTS))
|
||||
@$(call add,RESCUE_LISTS,$(EFI_LISTS))
|
||||
@$(call add,INSTALL2_PACKAGES,dosfstools)
|
||||
@$(call set,EFI_BOOTLOADER,elilo) ### no choice right now
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user