>From 8420fe11f16ddd9be25487d7548ffa04c7bd57bf Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 7 Mar 2015 02:12:21 +0300 Subject: [PATCH] efi: bridge bootargs into EFI too It's been missing roughly from the start there :-/ --- features.in/efi/config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 0a092d8..1631d1a 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -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 set,EFI_BOOTARGS,$(STAGE2_BOOTARGS)) use/efi/refind: use/efi @$(call set,EFI_BOOTLOADER,refind) -- 2.1.4