Commit b44bfe59 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

Revert "install2, slinux, centaurus: not add installer-feature-online-repo for e2k%"

This reverts commit 453172c3: the cause is no more.
parent a443973a
...@@ -104,10 +104,8 @@ endif ...@@ -104,10 +104,8 @@ endif
use/install2/packages: use/install2 use/repo/main; @: use/install2/packages: use/install2 use/repo/main; @:
# set up remote repositories within installed system out-of-box # set up remote repositories within installed system out-of-box
use/install2/repo: use/install2; @: use/install2/repo: use/install2
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-online-repo) @$(call add,INSTALL2_PACKAGES,installer-feature-online-repo)
endif
# for alterator-pkg to use # for alterator-pkg to use
use/install2/net: use/install2 use/install2/net: use/install2
......
...@@ -55,9 +55,7 @@ use/slinux/vm-base:: vm/systemd \ ...@@ -55,9 +55,7 @@ use/slinux/vm-base:: vm/systemd \
@$(call add,THE_LISTS,slinux/multimedia-base) @$(call add,THE_LISTS,slinux/multimedia-base)
@$(call add,THE_LISTS,slinux/net-base) @$(call add,THE_LISTS,slinux/net-base)
@$(call add,THE_PACKAGES,installer-feature-lightdm-stage3) @$(call add,THE_PACKAGES,installer-feature-lightdm-stage3)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,installer-feature-online-repo) @$(call add,THE_PACKAGES,installer-feature-online-repo)
endif
@$(call add,THE_PACKAGES,installer-feature-samba-usershares-stage2) @$(call add,THE_PACKAGES,installer-feature-samba-usershares-stage2)
ifeq (,$(filter-out riscv64,$(ARCH))) ifeq (,$(filter-out riscv64,$(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