Commit 8551e710 authored by Anton Midyukov's avatar Anton Midyukov

lib/profile.mk: add branding-<BRANDING>-release to PACKAGES_REQUIRES_INITROOT

It was a mistake to add branding package to the initialized chroot. There were no problems until the package had dependencies. Now, when most branding has a dependence on alt-os-release, chroot initialization broke. See also ALT bug 41570. Branding needed to be added to PACKAGES_REQUIRED_INITROOT so that it is installed with basesystem.
parent 3517616c
......@@ -111,8 +111,7 @@ endif
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-release:Essential)
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-slideshow:Essential)
ifeq (,$(REPO:altlinux%=))
@$(call set,WORK_INIT_LIST,+branding-$$(BRANDING)-release)
@$(call set,IMAGE_INIT_LIST,+branding-$$(BRANDING)-release)
@$(call set,PACKAGES_REQUIRED_INITROOT,basesystem branding-$$(BRANDING)-release)
endif
@$(call xport,ARCH)
@mp-commit "$(BUILDDIR)" "image configuration defaults set"
......
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