efi: bridge bootargs into EFI too

It's been missing roughly from the start there :-/
This commit is contained in:
Michael Shigorin 2015-03-07 02:12:21 +03:00
parent 3e1fe68a54
commit 0f75f701fc

View File

@ -14,6 +14,8 @@ use/efi:
@$(call add,INSTALL2_PACKAGES,dosfstools fatresize)
@$(call try,EFI_BOOTLOADER,elilo) # default one
@$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFI_VARS FB_EFI)
@$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS
@$(call add,EFI_BOOTARGS,$$(STAGE2_BOOTARGS))
use/efi/refind: use/efi
@$(call set,EFI_BOOTLOADER,refind)