Commit 755a7b6c authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: do not specify a specific name for the image to boot (net-install)

Otherwise, the automatic loading of the iso starts without the ability to set the loading of another.
parent 30be490b
......@@ -36,9 +36,9 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
distro/regular-net-install: distro/grub-net-install
@$(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-jeos-sysv-$(DATE)-$(ARCH).iso)
@$(call set,BOOTCHAIN_OEM_URL_NETINST,/sisyphus/snapshots/$(DATE)/regular-NAME-$(DATE)-$(ARCH).iso)
else
@$(call set,BOOTCHAIN_OEM_URL_NETINST,/sisyphus-aarch64/snapshots/$(DATE)/regular-jeos-sysv-$(DATE)-$(ARCH).iso)
@$(call set,BOOTCHAIN_OEM_URL_NETINST,/sisyphus-aarch64/snapshots/$(DATE)/regular-NAME-$(DATE)-$(ARCH).iso)
endif
endif
endif
......
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