Commit b8aaede5 authored by Anton Midyukov's avatar Anton Midyukov

profile.mk: Set WORK_INIT_LIST to branding-$$(BRANDING)-release

Requires support at mkimage.
parent be079087
...@@ -107,6 +107,7 @@ profile/bare: profile/init use/pkgpriorities ...@@ -107,6 +107,7 @@ profile/bare: profile/init use/pkgpriorities
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-release:Essential) @$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-release:Essential)
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-slideshow:Essential) @$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-slideshow:Essential)
ifeq (,$(REPO:altlinux%=)) ifeq (,$(REPO:altlinux%=))
@$(call set,WORK_INIT_LIST,+branding-$$(BRANDING)-release)
@$(call set,IMAGE_INIT_LIST,+branding-$$(BRANDING)-release) @$(call set,IMAGE_INIT_LIST,+branding-$$(BRANDING)-release)
endif endif
@$(call xport,ARCH) @$(call xport,ARCH)
......
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