Commit 9b91001f authored by Michael Shigorin's avatar Michael Shigorin

install2: minor EFI related tweak

INSTALL2_PACKAGES turned out to be sensitive to the feature addition order: if efi was added before install2 then the packages added by the former were overridden by the latter. This is also related to commit g7b76c734 as +installer can be added pretty much anywhere, there's no warranty that use/install2 appears early enough in configuration build-up sequence.
parent f18530f8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
use/install2: use/stage2 sub/stage2@install2 use/metadata use/cleanup/installer use/install2: use/stage2 sub/stage2@install2 use/metadata use/cleanup/installer
@$(call add_feature) @$(call add_feature)
@$(call try,INSTALLER,altlinux-generic) # might be replaced later @$(call try,INSTALLER,altlinux-generic) # might be replaced later
@$(call set,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2) @$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator) @$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release) @$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_LISTS,$(call tags,basesystem)) @$(call add,BASE_LISTS,$(call tags,basesystem))
......
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