Commit 453172c3 authored by Anton Midyukov's avatar Anton Midyukov

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

No public repositories for e2k.
parent 71e209e2
...@@ -69,8 +69,10 @@ endif ...@@ -69,8 +69,10 @@ 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
......
...@@ -52,7 +52,10 @@ ifeq (,$(filter-out riscv64,$(ARCH))) ...@@ -52,7 +52,10 @@ ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_LISTS,slinux/claws-mail) @$(call add,THE_LISTS,slinux/claws-mail)
endif endif
@$(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)
@$(call add,THE_PACKAGES,installer-feature-sudo-enable-by-default-stage3) @$(call add,THE_PACKAGES,installer-feature-sudo-enable-by-default-stage3)
......
installer-feature-online-repo installer-feature-online-repo@!E2K
installer-feature-repo-add@!E2K installer-feature-repo-add@!E2K
make-initrd-multipath make-initrd-multipath
lsof lsof
......
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