From 596a6bfe3db1e7966b0d4d237383d20ced3c4c44 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 24 Dec 2013 11:54:01 +0200 Subject: [PATCH] efi: whoops, non-x86_64 got broken I've noted that this bit of code should be fixed up before pushing but managed to overlook that in the end :( mkimage version bump is due to the somewhat changed layout of EFI packages and binaries within those (linked message in Russian): http://lists.altlinux.org/pipermail/devel-distro/2013-December/001283.html --- features.in/efi/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 6658f464..0be64882 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -6,7 +6,7 @@ EFI_LISTS := $(call tags,base efi) use/efi: @$(call add_feature) - @$(call set,MKI_VER_MINIMAL,0.2.5) # see #28219 + @$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now @$(call add,THE_LISTS,$(EFI_LISTS)) @$(call add,RESCUE_LISTS,$(EFI_LISTS)) @$(call add,THE_PACKAGES,$$(EFI_SHELL)) @@ -18,7 +18,6 @@ use/efi/refind: use/efi @$(call set,EFI_BOOTLOADER,refind) use/efi/signed: use/efi - @$(call set,MKI_VER_MINIMAL,0.2.7) # refind->elilo handoff ### 0.2.11 @$(call set,EFI_CERT,altlinux) @$(call add,THE_PACKAGES,shim-signed) @$(call add,RESCUE_PACKAGES,openssl pesign sbsigntools) @@ -36,6 +35,7 @@ use/efi/debug: use/efi else # ignore on an unsupported target arch but make it hybrid at least -use/efi use/efi/refind use/efi/signed use/efi/shell use/efi/debug: use/isohybrid +use/efi use/efi/signed use/efi/debug \ + use/efi/refind use/efi/shell use/efi/memtest86: use/isohybrid endif