Commit ce822ef5 authored by Anton Midyukov's avatar Anton Midyukov

regular-vm.mk, regular.mk: set mirror repos http/yandex for all regulars

So that users of regulars/starterkits do not download with ftp.altlinux.org
parent 0e262617
......@@ -42,6 +42,7 @@ endif
@$(call add,THE_PACKAGES,bash-completion mc update-kernel)
@$(call add,THE_PACKAGES,vim-console)
@$(call add,KMODULES,staging)
@$(call set,REPO,http/yandex)
mixin/regular-vm-jeos: mixin/regular-vm-base use/deflogin/root \
use/net/etcnet use/net/dhcp
......
......@@ -12,6 +12,7 @@ ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call set,LIVE_REPO,http/yandex)
endif
# base target (for most images)
......
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