Commit 9aba9773 authored by Anton Midyukov's avatar Anton Midyukov

live-install: fix use/live/repo to be compatible with 90-repo-mirror

The package must be installed Live so that when built, the script features.in/repo/live/image-scripts.d/90-repo-mirror will change the mirror to the specified one.
parent 9ce3b33c
......@@ -36,7 +36,7 @@ use/live-install/pkg: use/live-install
# set up remote repositories within installed system out-of-box
use/live-install/repo: use/live-install; @:
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,BASE_PACKAGES,installer-feature-online-repo)
@$(call add,LIVE_PACKAGES,installer-feature-online-repo)
endif
# this one expects external vncviewer to come
......
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