Commit 1d2d715b authored by Anton Midyukov's avatar Anton Midyukov

Set MKI_VER_MINIMAL=0.3.0, MKI_VER_OPTIMAL=0.3.2

parent 29193f90
...@@ -8,8 +8,6 @@ EFI_LISTS := $(call tags,base efi) ...@@ -8,8 +8,6 @@ EFI_LISTS := $(call tags,base efi)
use/efi: use/efi:
@$(call add_feature) @$(call add_feature)
@$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now
@$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS
@$(call try,EFI_BOOTLOADER,grub-efi) # default one @$(call try,EFI_BOOTLOADER,grub-efi) # default one
@$(call xport,EFI_BOOTLOADER) @$(call xport,EFI_BOOTLOADER)
@$(call add,COMMON_LISTS,$(EFI_LISTS)) @$(call add,COMMON_LISTS,$(EFI_LISTS))
......
use/isohybrid: use/isohybrid:
@$(call add_feature) @$(call add_feature)
@$(call try,ISOHYBRID,1) @$(call try,ISOHYBRID,1)
@$(call set,MKI_VER_MINIMAL,0.2.5)
...@@ -3,7 +3,6 @@ UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g') ...@@ -3,7 +3,6 @@ UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
use/uuid-iso: use/uuid-iso:
@$(call add_feature) @$(call add_feature)
@$(call set,MKI_VER_OPTIMAL,0.2.41)
@$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT)) @$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT))
@$(call set,UUID_ISO,$(UUID_ISO)) @$(call set,UUID_ISO,$(UUID_ISO))
@$(call xport,UUID_ISO) @$(call xport,UUID_ISO)
...@@ -7,8 +7,8 @@ OUT_LINK := out ...@@ -7,8 +7,8 @@ OUT_LINK := out
# there were mkimage fixes induced by mkimage-profile development # there were mkimage fixes induced by mkimage-profile development
# - minimal version is bumped for critical bugfixes/features # - minimal version is bumped for critical bugfixes/features
# - optimal one relates to the less universally relevant bits # - optimal one relates to the less universally relevant bits
MKI_VER_MINIMAL = 0.1.7 MKI_VER_MINIMAL = 0.3.0
MKI_VER_OPTIMAL = 0.2.6 MKI_VER_OPTIMAL = 0.3.2
include distcfg.mk include distcfg.mk
include functions.mk include functions.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment