Commit 4c9f28b8 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: do not specify a server for net-install

In order not to try to get something with nightly that is definitely not there, and immediately give out a dialog box.
parent 3b80637a
......@@ -35,7 +35,6 @@ distro/.regular-x11: distro/.regular-base mixin/regular-x11 \
# Network install
distro/regular-net-install: distro/grub-net-install; @:
ifeq (sisyphus,$(BRANCH))
@$(call set,BOOTCHAIN_OEM_SRV_NETINST,nightly.altlinux.org)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTCHAIN_OEM_URL_NETINST,/sisyphus/snapshots/$(DATE)/regular-NAME-$(DATE)-$(ARCH).iso)
else
......
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