Commit 23f4d117 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

live-install: Remove branding-alt-server-alterator from .base

Suggested-by: 's avatarEvgeny Sinelnikov <sin@altlinux.org> (cherry picked from commit 48f7110abae42fd13c1d1d33b04d2ad098a6af37)
parent bb04de14
...@@ -21,7 +21,7 @@ use/live-install: use/live use/metadata use/repo/main use/l10n \ ...@@ -21,7 +21,7 @@ use/live-install: use/live use/metadata use/repo/main use/l10n \
@$(call add,LIVE_PACKAGES,xterm) # for vnc support @$(call add,LIVE_PACKAGES,xterm) # for vnc support
@$(call try,INSTALLER,regular) # might be replaced later @$(call try,INSTALLER,regular) # might be replaced later
@$(call add,LIVE_PACKAGES,installer-distro-$$(INSTALLER)-stage2) @$(call add,LIVE_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,THE_PACKAGES,branding-$$(BRANDING)-alterator) @$(call add,LIVE_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,THE_PACKAGES,branding-$$(BRANDING)-release) @$(call add,THE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3) @$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,LIVE_PACKAGES,glibc-gconv-modules) # for guile22 @$(call add,LIVE_PACKAGES,glibc-gconv-modules) # for guile22
......
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