Commit 91361be1 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: add regular-net-install target for i586, x86_64, aarch64

parent c1b349cf
......@@ -30,6 +30,20 @@ distro/.regular-x11: distro/.regular-base mixin/regular-x11 \
@$(call add,LIVE_PACKAGES,gpm)
@$(call add,DEFAULT_SERVICES_DISABLE,gpm powertop)
# Network install
ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
distro/regular-net-install: distro/grub-net-install
@$(call add,STAGE2_BOOTARGS,ramdisk_size=600000)
@$(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)
else
@$(call set,BOOTCHAIN_OEM_URL_NETINST,/sisyphus-aarch64/snapshots/$(DATE)/regular-jeos-sysv-$(DATE)-$(ARCH).iso)
endif
endif
endif
# WM base target
distro/.regular-wm: distro/.regular-x11 \
mixin/regular-desktop +vmguest \
......
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